Package-level declarations
Types
Options for configuring session token retrieval behavior.
The Session object is an abstraction over an HTTP session. It models the period of information exchange between a user and the server.
A SessionActivity object will provide information about the user's location, device and browser.
Represents the state of an in-session reverification (step-up) flow.
Properties
Functions
Deletes the current session.
Fetches a fresh JWT for the session.
Revokes the current session.
Sends a verification code to the email address for first-factor reverification.
Sends an MFA code to the phone number for second-factor reverification.
Sends a verification code to the phone number for first-factor reverification.
Starts Enterprise SSO for first-factor reverification.
Starts an in-session reverification flow.
Verifies the current session with a backup code.
Verifies the current session with an email code.
Verifies the current session with a phone code as a second factor.
Verifies the current session with a passkey via Android Credential Manager.
Verifies the current session by asking the user to re-enter their password.
Verifies the current session with a phone code as a first factor.
Verifies the current session with a TOTP code.