Documentation - v0.27.1
    Preparing search index...

    Interface LogOutResult

    interface LogOutResult {
        futureAuthToken?: Uint8Array<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    futureAuthToken?: Uint8Array<ArrayBufferLike>

    Future auth token returned by the server (if any), which can then be passed to start and sendCode methods to avoid sending the code again.