State

enum State : Enum<AuthStateListener.State>

The enum State describes the state of authorization.

Entries

Link copied to clipboard

Authorization has not yet been acquired

Link copied to clipboard

Authorization has been refreshed

Link copied to clipboard

Authorization has expired

Link copied to clipboard

Authorization has failed in a manner that cannot be corrected by retrying.

Properties

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