Pkce

data class Pkce(val codeVerifier: String, val codeChallenge: String, val codeChallengeMethod: String)

Data class for PKCE (Proof Key for Code Exchange).

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The code challenge for the PKCE.

Link copied to clipboard

The code challenge method for the PKCE.

Link copied to clipboard

The code verifier for the PKCE.