Uses of Class
com.nimbusds.oauth2.sdk.TokenRequest.Builder
Packages that use TokenRequest.Builder
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
-
Uses of TokenRequest.Builder in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return TokenRequest.BuilderModifier and TypeMethodDescriptionTokenRequest.Builder.authorizationDetails
(List<AuthorizationDetail> authorizationDetails) Sets the Rich Authorisation Request (RAR) details.TokenRequest.Builder.customParameter
(String name, String... values) Sets a custom parameter.TokenRequest.Builder.deviceSecret
(DeviceSecret deviceSecret) Sets the device secret for native SSO.TokenRequest.Builder.existingGrant
(RefreshToken existingGrant) Sets the existing refresh token for incremental authorisation of a public client.Sets the resource server URI.Sets the resource server URI(s).Sets the scope.