PKCECodePair

data class PKCECodePair(val codeChallenge: String, val codeVerifier: String, val method: String = "S256")

Constructors

Link copied to clipboard
constructor(codeChallenge: String, codeVerifier: String, method: String = "S256")

Properties

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