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)