TokenSingle

data class TokenSingle(val token: String, val state: String) : OAuthCallback

An OAuth2 token callback parameter.

Constructors

Link copied to clipboard
constructor(token: String, state: String)

Properties

Link copied to clipboard

passed from a client (ktor server) during authorization startup

Link copied to clipboard

OAuth2 token provided by server