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 java.lang.StringOAuth20Service. getAuthorizationUrl(PKCE pkce)java.lang.StringOAuth20Service. getAuthorizationUrl(java.lang.String state, PKCE pkce)java.lang.StringOAuth20Service. getAuthorizationUrl(java.lang.String state, java.util.Map<java.lang.String,java.lang.String> additionalParams, PKCE pkce)java.lang.StringOAuth20Service. getAuthorizationUrl(java.util.Map<java.lang.String,java.lang.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, java.lang.String authorizationUrl)
-