AuthenticationProcedureChallenge

class AuthenticationProcedureChallenge

Represents an authentication challenging procedure requested by authentication mechanism.

Constructors

Link copied to clipboard
fun AuthenticationProcedureChallenge()

Functions

Link copied to clipboard
fun complete()

Completes a challenging procedure.

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
var completed: Boolean

Represents whether a challenge is successfully sent to the client and challenging should be stopped.