Message that transports a authentication tag.

interface EncryptedAuthenticationTokenMessage {
    command: "encrypted_authentication_token";
    token: HexString;
}

Properties

Properties

command: "encrypted_authentication_token"
token: HexString