SessionWithLogout: {
    logout: (() => Promise<void>);
    session: Session;
}

Type declaration

  • logout: (() => Promise<void>)

    Deletes the disposable auth descriptor from the account, making the account inaccessible to this key.

      • (): Promise<void>
      • Returns Promise<void>

  • session: Session