Uses of Class
com.nimbusds.oauth2.sdk.ciba.CIBARequest.Builder
Packages that use CIBARequest.Builder
Package
Description
OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow -
Core 1.0 classes.
-
Uses of CIBARequest.Builder in com.nimbusds.oauth2.sdk.ciba
Methods in com.nimbusds.oauth2.sdk.ciba that return CIBARequest.BuilderModifier and TypeMethodDescriptionSets the requested Authentication Context Class Reference values.CIBARequest.Builder.authorizationDetails(List<AuthorizationDetail> authorizationDetails) Sets the Rich Authorisation Request (RAR) details.CIBARequest.Builder.bindingMessage(String bindingMessage) Sets the human-readable binding message for the display at the consumption and authentication devices.CIBARequest.Builder.claims(OIDCClaimsRequest claims) Sets the individual OpenID claims to be returned.CIBARequest.Builder.claimsLocales(List<com.nimbusds.langtag.LangTag> claimsLocales) Sets the end-user's preferred languages and scripts for the claims being returned, ordered by preference.CIBARequest.Builder.clientNotificationToken(BearerAccessToken token) Sets the client notification token, required for the CIBA ping and push token delivery modes.CIBARequest.Builder.context(net.minidev.json.JSONObject requestContext) Sets the request context.CIBARequest.Builder.customParameter(String name, String... values) Sets a custom parameter.CIBARequest.Builder.endpointURI(URI endpoint) Sets the URI of the CIBA endpoint.CIBARequest.Builder.idTokenHint(com.nimbusds.jwt.JWT idTokenHint) Sets the ID Token hint, passed as a hint to identify the end-user for whom authentication is being requested.Sets the login hint (email address, phone number, etc.), about the end-user for whom authentication is being requested.CIBARequest.Builder.loginHintToken(LoginHintToken loginHintToken) Sets the login hint token, containing information identifying the end-user for whom authentication is being requested.CIBARequest.Builder.loginHintTokenString(String loginHintTokenString) Deprecated.Sets the transaction specific purpose.CIBARequest.Builder.requestedExpiry(Integer requestedExpiry) Sets the requested expiration for theauth_req_id.Sets the resource server URI.Sets the resource server URI(s).Gets the user secret code (password, PIN, etc.) to authorise the CIBA request with the authentication device.