ClientAuthRequest

data class ClientAuthRequest(    val issuedCode: String,     val userInfo: OidcUserInfoExtended,     val scope: String? = null,     val authnDetails: Collection<AuthorizationDetails>? = null,     val codeChallenge: String? = null)(source)

Extracted information from at.asitplus.openid.AuthenticationRequestParameters, to store what the client has initially requested (which scope and/or authnDetails).

Constructors

Link copied to clipboard
constructor(    issuedCode: String,     userInfo: OidcUserInfoExtended,     scope: String? = null,     authnDetails: Collection<AuthorizationDetails>? = null,     codeChallenge: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val codeChallenge: String? = null
Link copied to clipboard
Link copied to clipboard
val scope: String? = null
Link copied to clipboard