AuthorizationData

open class AuthorizationData : Parcelable

Gives information about the outcome of an initiated authorization.

See also

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
equals
Link copied to clipboard
open fun equals(o: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
@NotNull
open fun toString(): String
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

apiHost
Link copied to clipboard
val apiHost: String
authCode
Link copied to clipboard
val authCode: String
CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<AuthorizationData>
errorMessage
Link copied to clipboard
val errorMessage: String
locationId
Link copied to clipboard
val locationId: Long
request
Link copied to clipboard
val request: AuthorizationRequest
result
Link copied to clipboard
val result: AuthorizationResult
token
Link copied to clipboard
val token: String
userId
Link copied to clipboard
val userId: Long