Uses of Class
com.nimbusds.oauth2.sdk.AuthorizationRequest.Builder
Packages that use AuthorizationRequest.Builder
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
-
Uses of AuthorizationRequest.Builder in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return AuthorizationRequest.BuilderModifier and TypeMethodDescriptionAuthorizationRequest.Builder.authorizationDetails
(List<AuthorizationDetail> authorizationDetails) Sets the Rich Authorisation Request (RAR) details.AuthorizationRequest.Builder.codeChallenge
(CodeChallenge codeChallenge, CodeChallengeMethod codeChallengeMethod) Deprecated.AuthorizationRequest.Builder.codeChallenge
(CodeVerifier codeVerifier, CodeChallengeMethod codeChallengeMethod) Sets the code challenge for Proof Key for Code Exchange (PKCE) by public OAuth clients.AuthorizationRequest.Builder.customParameter
(String name, String... values) Sets a custom parameter.AuthorizationRequest.Builder.dPoPJWKThumbprintConfirmation
(JWKThumbprintConfirmation dpopJKT) Sets the DPoP JWK SHA-256 thumbprint.AuthorizationRequest.Builder.endpointURI
(URI endpoint) Sets the URI of the authorisation endpoint.AuthorizationRequest.Builder.includeGrantedScopes
(boolean includeGrantedScopes) Requests incremental authorisation.Sets the requested prompt.AuthorizationRequest.Builder.prompt
(Prompt.Type... promptType) Sets the requested prompt.AuthorizationRequest.Builder.redirectionURI
(URI redirectURI) Sets the redirection URI.AuthorizationRequest.Builder.requestObject
(com.nimbusds.jwt.JWT requestObject) Sets the request object.AuthorizationRequest.Builder.requestURI
(URI requestURI) Sets the request object URI.Sets the resource server URI.Sets the resource server URI(s).AuthorizationRequest.Builder.responseMode
(ResponseMode rm) Sets the response mode.AuthorizationRequest.Builder.responseType
(ResponseType rt) Sets the response type.Sets the scope.Sets the state.AuthorizationRequest.Builder.trustChain
(TrustChain trustChain) Sets the OpenID Connect Federation 1.0 trust chain.