public class PkceOauth2Service extends Object implements Oauth2Service, PkceOauth2Extension
Oauth2Service.GrantType, Oauth2Service.Parameters, Oauth2Service.ResponseTypePkceOauth2Extension.StaticCodeVerifier| Constructor and Description |
|---|
PkceOauth2Service(Oauth2Service oauth2Service) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getAuthorizationRequestUri(Map<String,String> headers,
Oauth2Service.Parameters parameters) |
TokenResponse |
getToken(Map<String,String> headers,
Oauth2Service.Parameters parameters) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbase64urlNoPadding, codeChallenge, codeVerifier, octetSequence, random, sha256public PkceOauth2Service(Oauth2Service oauth2Service)
public URI getAuthorizationRequestUri(Map<String,String> headers, Oauth2Service.Parameters parameters) throws IOException
getAuthorizationRequestUri in interface Oauth2ServiceIOExceptionpublic TokenResponse getToken(Map<String,String> headers, Oauth2Service.Parameters parameters) throws IOException
getToken in interface Oauth2ServiceIOExceptionCopyright © 2020. All rights reserved.