OauthTokenParam

data class OauthTokenParam(val provider: String, val clientId: String, val codeVerifier: String? = null, val code: String, val state: String? = null)

Constructors

Link copied to clipboard
constructor(provider: String, clientId: String, codeVerifier: String? = null, code: String, state: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val codeVerifier: String? = null
Link copied to clipboard
Link copied to clipboard
val state: String? = null