Uses of Class
io.jans.as.model.authorize.CodeVerifier.CodeChallengeMethod
-
Packages that use CodeVerifier.CodeChallengeMethod Package Description io.jans.as.model.authorize -
-
Uses of CodeVerifier.CodeChallengeMethod in io.jans.as.model.authorize
Methods in io.jans.as.model.authorize that return CodeVerifier.CodeChallengeMethod Modifier and Type Method Description static CodeVerifier.CodeChallengeMethod
CodeVerifier.CodeChallengeMethod. fromString(String value)
CodeVerifier.CodeChallengeMethod
CodeVerifier. getTransformationType()
static CodeVerifier.CodeChallengeMethod
CodeVerifier.CodeChallengeMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static CodeVerifier.CodeChallengeMethod[]
CodeVerifier.CodeChallengeMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jans.as.model.authorize with parameters of type CodeVerifier.CodeChallengeMethod Modifier and Type Method Description static String
CodeVerifier. generateCodeChallenge(CodeVerifier.CodeChallengeMethod codeChallengeMethod, String codeVerifier)
static boolean
CodeVerifier. matched(String codeChallenge, CodeVerifier.CodeChallengeMethod codeChallengeMethod, String codeVerifier)
Constructors in io.jans.as.model.authorize with parameters of type CodeVerifier.CodeChallengeMethod Constructor Description CodeVerifier(CodeVerifier.CodeChallengeMethod transformationType)
-