Package-level declarations

This package contains data classes representing information relating to Deftpower.

Types

Link copied to clipboard
value class AccessToken(val token: String) : Parcelable

Data type encapsulating an AppAuth access token.

Link copied to clipboard
@IviExperimental(reasons = [])
data class SessionId(val id: String) : Parcelable

ID used for uniquely identifying a particular session. It is not localized and should not be used for display in a production UI.