| Package | Description |
|---|---|
| com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and authorisation server responses.
|
| Modifier and Type | Method | Description |
|---|---|---|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.codeChallenge(CodeChallenge codeChallenge,
CodeChallengeMethod codeChallengeMethod) |
Deprecated.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.codeChallenge(CodeVerifier codeVerifier,
CodeChallengeMethod codeChallengeMethod) |
Sets the code challenge for Proof Key for Code Exchange
(PKCE) by public OAuth clients.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.customParameter(String name,
String value) |
Sets the specified additional custom parameter.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.endpointURI(URI uri) |
Sets the URI of the endpoint (HTTP or HTTPS) for which the
request is intended.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.redirectionURI(URI redirectURI) |
Sets the redirection URI.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.responseMode(ResponseMode rm) |
Sets the response mode.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.scope(Scope scope) |
Sets the scope.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.state(State state) |
Sets the state.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.