Uses of Class
com.github.scribejava.core.pkce.PKCECodeChallengeMethod
-
Packages that use PKCECodeChallengeMethod Package Description com.github.scribejava.core.pkce -
-
Uses of PKCECodeChallengeMethod in com.github.scribejava.core.pkce
Methods in com.github.scribejava.core.pkce that return PKCECodeChallengeMethod Modifier and Type Method Description PKCECodeChallengeMethodPKCE. getCodeChallengeMethod()static PKCECodeChallengeMethodPKCECodeChallengeMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PKCECodeChallengeMethod[]PKCECodeChallengeMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.scribejava.core.pkce with parameters of type PKCECodeChallengeMethod Modifier and Type Method Description voidPKCE. setCodeChallengeMethod(PKCECodeChallengeMethod codeChallengeMethod)
-