OpenIdRequestOptions
Constructors
Properties
Optional URL to include metadata by reference (see AuthenticationRequestParameters.clientMetadataUri) instead of by value (see AuthenticationRequestParameters.clientMetadata)
Requested credentials, should be at least one.
Set this value to include metadata with encryption parameters set. Beware if setting this value and also clientMetadataUrl, that the URL shall point to OpenId4VpVerifier.metadataWithEncryption.
Presentation mechanism to be used for requesting credentials.
Response mode to request, see OpenIdConstants.ResponseMode, by default OpenIdConstants.ResponseMode.Fragment. Setting this to any other value may require setting responseUrl too.
Response type to set in AuthenticationRequestParameters.responseType, by default only vp_token
(as per OpenID4VP spec, see OpenIdConstants.VP_TOKEN). Be sure to separate values by a space, e.g. vp_token id_token
(see OpenIdConstants.ID_TOKEN).
Response URL to set in the AuthenticationRequestParameters.responseUrl, required if responseMode is set to OpenIdConstants.ResponseMode.DirectPost or OpenIdConstants.ResponseMode.DirectPostJwt.
Opaque value which will be returned by the OpenId Provider and also in AuthnResponseResult.