AuthenticationContext
An authentication context for a call.
Parameters
call
instance of ApplicationCall this context is for.
Constructors
Types
Functions
Link copied to clipboard
fun challenge(key: Any, cause: AuthenticationFailedCause, function: ChallengeFunction)
Content copied to clipboard
Requests a challenge to be sent to the client if none of mechanisms can authenticate a user.
Link copied to clipboard
Appends an error to the errors list. Overwrites if already registered for the same key.
Properties
Link copied to clipboard
All registered errors during auth procedure (only AuthenticationFailedCause.Error).
Link copied to clipboard
Gets an AuthenticationProcedureChallenge for this context.