Interface PkceChallenge
- All Known Implementing Classes:
Pkce
public interface PkceChallenge
Proof Key for Code Exchange Challenge.
- See Also:
-
Method Details
-
getCodeChallenge
- Returns:
- A challenge derived from the code verifier that is sent in the authorization request, to be verified against later.
-
getCodeChallengeMethod
- Returns:
- A method that was used to derive code challenge.
- See Also:
-