AccessToken

data class AccessToken(val token: String)

Constructors

Link copied to clipboard
fun AccessToken(token: String)

Functions

Link copied to clipboard
fun getBackgroundColor(): Int?

Extracts the background color from the token if possible.

Link copied to clipboard
fun getButtonColor(): Int?

Extracts the button color from the token if possible.

Properties

Link copied to clipboard
val token: String

Sources

Link copied to clipboard