AuthenticationProcedureChallenge
class AuthenticationProcedureChallenge
Represents authentication challenging procedure requested by authentication mechanism
Constructors
AuthenticationProcedureChallenge() Represents authentication challenging procedure requested by authentication mechanism |
Properties
val challenges: List<PipelineInterceptor<AuthenticationProcedureChallenge, ApplicationCall>> List of currently installed challenges except errors |
|
var completed: Boolean Represents if a challenge was successfully sent to the client and challenging should be stopped |
|
val errorChallenges: List<PipelineInterceptor<AuthenticationProcedureChallenge, ApplicationCall>> List of currently installed challenges for errors |
Functions
fun complete(): Unit Completes a challenging procedure |
|
fun toString(): String |