Uses of Enum Class
com.github.scribejava.core.pkce.PKCECodeChallengeMethod
Packages that use PKCECodeChallengeMethod
-
Uses of PKCECodeChallengeMethod in com.github.scribejava.core.pkce
Methods in com.github.scribejava.core.pkce that return PKCECodeChallengeMethodModifier and TypeMethodDescriptionPKCE.getCodeChallengeMethod()static PKCECodeChallengeMethodReturns the enum constant of this class with the specified name.static PKCECodeChallengeMethod[]PKCECodeChallengeMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.scribejava.core.pkce with parameters of type PKCECodeChallengeMethodModifier and TypeMethodDescriptionvoidPKCE.setCodeChallengeMethod(PKCECodeChallengeMethod codeChallengeMethod)