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

    Message that transports a authentication tag.

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

    Properties

    Properties

    command: "authentication_token"
    token: string