AuthenticationMethod

Represents the authentication method used for the Gravatar Quick Editor.

Inheritors

Types

Link copied to clipboard
class Bearer(val token: String) : AuthenticationMethod

Bearer authentication method. If the token is invalid or expired, the user will be presented with the error state and an option to close the Quick Editor.

Link copied to clipboard
class OAuth(val oAuthParams: OAuthParams) : AuthenticationMethod

OAuth authentication method.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)