Package-level declarations

Types

Link copied to clipboard
@Serializable
data class CscAuthenticationRequestParameters(val responseType: String, val clientId: String, val redirectUrl: String? = null, val scope: String? = null, val state: String? = null, val requestUri: String? = null, val authorizationDetails: Set<AuthorizationDetails>? = null, val codeChallenge: String, val codeChallengeMethod: String? = null, val lang: String? = null, val credentialID: ByteArray? = null, val signatureQualifier: SignatureQualifier? = null, val numSignatures: Int? = null, val hashes: Hashes? = null, val hashAlgorithmOid: ObjectIdentifier? = null, val description: String? = null, val accountToken: JsonWebToken? = null, val clientData: String? = null) : RequestParameters

Contents of an OIDC Authentication Request.