OnConsentRequired

class OnConsentRequired(    val claims: List<ClaimName>,     val clientId: String,     consentResponse: (Pair<Instant?, Exception?>) -> Unit) : AuthorizationEvent

Constructors

Link copied to clipboard
fun OnConsentRequired(    claims: List<ClaimName>,     clientId: String,     consentResponse: (Pair<Instant?, Exception?>) -> Unit)

Functions

Link copied to clipboard
fun confirm()
Link copied to clipboard
fun decline(exception: Exception? = null)
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val claims: List<ClaimName>
Link copied to clipboard
val clientId: String