State

@Serializable
data class State(val clientId: String, val state: String, val codeVerifier: String)

Represents the state information used during an OAuth 2.0 authentication flow.

Constructors

Link copied to clipboard
constructor(clientId: String, state: String, codeVerifier: String)

Properties

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