AuthenticationRequestParameters

constructor(responseType: String? = null, clientId: String? = null, redirectUrl: String? = null, scope: String? = null, state: String? = null, nonce: String? = null, claims: AuthnRequestClaims? = null, clientMetadata: RelyingPartyMetadata? = null, clientMetadataUri: String? = null, idTokenHint: String? = null, request: String? = null, requestUri: String? = null, idTokenType: String? = null, presentationDefinition: PresentationDefinition? = null, presentationDefinitionUrl: String? = null, authorizationDetails: Set<AuthorizationDetails>? = null, clientIdScheme: OpenIdConstants.ClientIdScheme? = null, walletIssuer: String? = null, userHint: String? = null, issuerState: String? = null, responseMode: OpenIdConstants.ResponseMode? = null, responseUrl: String? = null, audience: String? = null, issuer: String? = null, issuedAt: Instant? = null, resource: String? = null, codeChallenge: String? = null, codeChallengeMethod: String? = null)(source)