getAuthenticationContext

Returns the Authentication Context for the current transaction.

The Authentication Context contains the Authenticator Config, Authentication Method Configuration, request origin, and the authenticating application.

Parameters

url

The authentication URL of the current transaction.


fun getAuthenticationContext(url: String, dispatcher: CoroutineDispatcher = Dispatchers.Default): Flow<Result<AuthenticationContext>>

Returns the Authentication Context for the current transaction.

The Authentication Context contains the Authenticator Config, Authentication Method Configuration, request origin, and the authenticating application.

Return

Flow or Throwable

Parameters

url

The authentication URL of the current transaction.