get Authentication Context
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.
callback
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
Parameters
url
The authentication URL of the current transaction.