OptionalacrOptional authentication context class reference values.
OptionaladditionalAdditional provider-specific authorization request parameters.
OAuth2 client identifier registered with the OIDC provider.
OIDC discovery endpoint URL.
OptionaldisplayOptional display parameter for the authorization request.
OptionalloginOptional login hint forwarded to the authorization endpoint.
OptionalnonceOptional nonce parameter for the authorization request.
OptionalpromptOptional prompt parameter for the authorization request.
OAuth2 redirect URI registered for this client.
OptionalrefreshOptional token refresh threshold in seconds.
OptionalscopesOAuth2 scopes to request.
OptionalsignSign-out redirect URI used for end-session flows.
OptionalstateOptional state parameter for the authorization request.
OptionalstorageOptional OIDC token storage handle created by the storage module.
OptionaluiOptional space-separated list of end-user preferred UI locales.
OIDC module configuration nested under DaVinciModules.
Remarks
Contains the required OIDC identity fields and all optional OIDC authorization request parameters. Native SDK source of truth:
OidcClientConfigon both Android and iOS.