CodeChallenge

@RequiresApi(value = 26)
class CodeChallenge


Authorization code challenge.

Related specifications: Proof Key for Code Exchange by OAuth Public Clients (RFC 7636)

Summary

Public constructors

CodeChallenge(codeVerifier: CodeVerifier)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

String

The challenge value.

Public constructors

CodeChallenge

Added in 1.0.0
CodeChallenge(codeVerifier: CodeVerifier)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

value

Added in 1.0.0
val valueString

The challenge value.