public class OAuthPKCEAuthenticationRequestBuilder
extends org.apache.oltu.oauth2.client.request.OAuthClientRequest.AuthenticationRequestBuilder
OAuthClientRequest.AuthenticationRequestBuilder to support PKCE as apache
oltu doesn't support pkce as of now.| Constructor and Description |
|---|
OAuthPKCEAuthenticationRequestBuilder(String url) |
| Modifier and Type | Method and Description |
|---|---|
OAuthPKCEAuthenticationRequestBuilder |
setPKCECodeChallenge(String codeChallenge,
String method) |
setClientId, setParameter, setRedirectURI, setResponseType, setScope, setStatepublic OAuthPKCEAuthenticationRequestBuilder(String url)
public OAuthPKCEAuthenticationRequestBuilder setPKCECodeChallenge(String codeChallenge, String method)
Copyright © 2007–2018 WSO2. All rights reserved.