Context

class Context

A model representing the context and current state for an authorization session.

Properties

Link copied to clipboard
val expiresIn: Int

The time in seconds after which the authorization context will expire.

Link copied to clipboard
val userCode: String

The code that should be displayed to the user.

Link copied to clipboard
val verificationUri: String

The URI the user should be prompted to open in order to authorize the application.

Link copied to clipboard
val verificationUriComplete: String?

A convenience URI that combines the verificationUri and the userCode, to make a clickable link.