ktor-auth / io.ktor.auth / AuthenticationProcedureChallenge

AuthenticationProcedureChallenge

class AuthenticationProcedureChallenge

Represents authentication challenging procedure requested by authentication mechanism

Constructors

<init>

AuthenticationProcedureChallenge()

Represents authentication challenging procedure requested by authentication mechanism

Properties

challenges

val challenges: List<<ERROR CLASS><AuthenticationProcedureChallenge, ApplicationCall>>

List of currently installed challenges except errors

completed

var completed: Boolean

Represents if a challenge was successfully sent to the client and challenging should be stopped

errorChallenges

val errorChallenges: List<<ERROR CLASS><AuthenticationProcedureChallenge, ApplicationCall>>

List of currently installed challenges for errors

Functions

complete

fun complete(): Unit

Completes a challenging procedure

toString

fun toString(): String