class AuthenticationProcedureChallenge
Represents authentication challenging procedure requested by authentication mechanism
AuthenticationProcedureChallenge()
Represents authentication challenging procedure requested by authentication mechanism |
val challenges: List<<ERROR CLASS><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<<ERROR CLASS><AuthenticationProcedureChallenge, ApplicationCall>>
List of currently installed challenges for errors |
fun complete(): Unit
Completes a challenging procedure |
|
fun toString(): String |