Uses of Class
com.github.scribejava.core.pkce.PKCE
-
Packages that use PKCE Package Description com.github.scribejava.core.oauth com.github.scribejava.core.pkce -
-
Uses of PKCE in com.github.scribejava.core.oauth
Methods in com.github.scribejava.core.oauth with parameters of type PKCE Modifier and Type Method Description StringOAuth20Service. getAuthorizationUrl(PKCE pkce)StringOAuth20Service. getAuthorizationUrl(String state, PKCE pkce)StringOAuth20Service. getAuthorizationUrl(String state, Map<String,String> additionalParams, PKCE pkce)StringOAuth20Service. getAuthorizationUrl(Map<String,String> additionalParams, PKCE pkce) -
Uses of PKCE in com.github.scribejava.core.pkce
Methods in com.github.scribejava.core.pkce that return PKCE Modifier and Type Method Description PKCEPKCEService. generatePKCE()PKCEPKCEService. generatePKCE(byte[] randomBytes)PKCEAuthorizationUrlWithPKCE. getPkce()Constructors in com.github.scribejava.core.pkce with parameters of type PKCE Constructor Description AuthorizationUrlWithPKCE(PKCE pkce, String authorizationUrl)
-