TokenRequest.Builder |
TokenRequest.Builder.setAdditionalParameters(Map<String,String> additionalParameters) |
Specifies an additional set of parameters to be sent as part of the request.
|
TokenRequest.Builder |
TokenRequest.Builder.setAuthorizationCode(String authorizationCode) |
Specifies the authorization code for the request.
|
TokenRequest.Builder |
TokenRequest.Builder.setClientId(String clientId) |
Specifies the client ID for the token request, which must not be null or empty.
|
TokenRequest.Builder |
TokenRequest.Builder.setCodeVerifier(String codeVerifier) |
Specifies the code verifier for an authorization code exchange request.
|
TokenRequest.Builder |
TokenRequest.Builder.setConfiguration(AuthorizationServiceConfiguration configuration) |
Specifies the authorization service configuration for the request, which must not
be null or empty.
|
TokenRequest.Builder |
TokenRequest.Builder.setGrantType(String grantType) |
Specifies the grant type for the request, which must not be null or empty.
|
TokenRequest.Builder |
TokenRequest.Builder.setNonce(String nonce) |
Specifies the (optional) nonce for the current session.
|
TokenRequest.Builder |
TokenRequest.Builder.setRedirectUri(Uri redirectUri) |
Specifies the redirect URI for the request.
|
TokenRequest.Builder |
TokenRequest.Builder.setRefreshToken(String refreshToken) |
Specifies the refresh token for the request.
|
TokenRequest.Builder |
TokenRequest.Builder.setScope(String scope) |
Specifies the encoded scope string, which is a space-delimited set of
case-sensitive scope identifiers.
|
TokenRequest.Builder |
TokenRequest.Builder.setScopes(Iterable<String> scopes) |
Specifies the set of case-sensitive scopes.
|
TokenRequest.Builder |
TokenRequest.Builder.setScopes(String... scopes) |
Specifies the set of case-sensitive scopes.
|