forgerock-auth
4.8.0
forgerock-auth
/
org.forgerock.android.auth
/
PKCE
PKCE
class
PKCE
(
val
codeChallenge
:
String
,
val
codeChallengeMethod
:
String
,
val
codeVerifier
:
String
)
Domain object to store PKCE related data.
Members
Constructors
PKCE
Link copied to clipboard
constructor
(
codeChallenge
:
String
,
codeChallengeMethod
:
String
,
codeVerifier
:
String
)
Properties
code
Challenge
Link copied to clipboard
val
codeChallenge
:
String
code
Challenge
Method
Link copied to clipboard
val
codeChallengeMethod
:
String
code
Verifier
Link copied to clipboard
val
codeVerifier
:
String