PKCE

class PKCE(val codeChallenge: String, val codeChallengeMethod: String, val codeVerifier: String)

Domain object to store PKCE related data.

Constructors

Link copied to clipboard
constructor(codeChallenge: String, codeChallengeMethod: String, codeVerifier: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard