Package-level declarations

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

The RequestUrl module is responsible for initiating the authentication journey. It sets the URL for the authentication request and includes any necessary parameters.

Link copied to clipboard

The Session module is responsible for managing the session state during the authentication journey. It handles the initialization, storage, and retrieval of the session token.

Functions

Link copied to clipboard

Retrieves the OIDC client for the current journey.

Link copied to clipboard
suspend fun Journey.session(): SSOToken?

Function to retrieve the session token.