AuthorizationInfo

data class AuthorizationInfo(var active: Boolean)

Information about the authorization state of the application.

This struct represents metadata about whether the application is currently connected to the user's account.

Constructors

Link copied to clipboard
constructor(active: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard