public interface PKCEProvider
Modifier and Type | Method and Description |
---|---|
String |
getCodeChallenge()
Get the code_challenge parameter used in PKCE.
|
String |
getCodeChallengeMethod()
Get the code_challenge_method parameter used in PKCE.
|
String |
getCodeVerifier()
Get the code_verifier parameter used in PKCE.
|
String getCodeChallenge()
String getCodeChallengeMethod()
Currently possible values are: S256,plain
String getCodeVerifier()
Copyright © 2023 Google. All rights reserved.