@refinio/one.models
    Preparing search index...

    Message that transports a authentication tag.

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

    Properties

    Properties

    command: "encrypted_authentication_token"
    token: HexString