InvalidTokenReason

enum InvalidTokenReason : Enum<InvalidTokenReason>

Specifies the reason why the access token is invalid. UNAUTHORIZED means that the session has been invalidated and OTHER means that the access token has expired and should be renewed.

See also

Entries

OTHER
Link copied to clipboard
OTHER("other")
UNAUTHORIZED
Link copied to clipboard
UNAUTHORIZED("unauthorized")

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: String