Message that transports a authentication tag.

interface AuthenticationTokenMessage {
    command: "authentication_token";
    token: string;
}

Properties

Properties

command: "authentication_token"
token: string