AuthRequestData

Represents the data required for initiating an OAuth 2.0 authentication process. It includes the URL for the authentication request and serializable state information to continue authentication after the app has been killed.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
@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.

Properties

Link copied to clipboard
Link copied to clipboard
val url: String