Interface PkceChallenge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCodeChallenge()java.lang.StringgetCodeChallengeMethod()
-
-
-
Method Detail
-
getCodeChallenge
@NonNull java.lang.String getCodeChallenge()
- Returns:
- A challenge derived from the code verifier that is sent in the authorization request, to be verified against later.
-
getCodeChallengeMethod
@NonNull java.lang.String getCodeChallengeMethod()
- Returns:
- A method that was used to derive code challenge.
- See Also:
- RFC 7636
-
-