interface LogOutResult {
    futureAuthToken?: Uint8Array;
}

Properties

Properties

futureAuthToken?: Uint8Array

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.