CscAuthenticationRequestParameters

constructor(responseType: String, clientId: String, redirectUrl: String? = null, scope: String? = null, state: String? = null, requestUri: String? = null, authorizationDetails: Set<AuthorizationDetails>? = null, codeChallenge: String, codeChallengeMethod: String? = null, lang: String? = null, credentialID: ByteArray? = null, signatureQualifier: SignatureQualifier? = null, numSignatures: Int? = null, hashes: Hashes? = null, hashAlgorithmOid: ObjectIdentifier? = null, description: String? = null, accountToken: JsonWebToken? = null, clientData: String? = null)(source)