toggle menu
Gravatar Android SDK
2.3.1
2.3.1
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.1.0
1.0.0
0.3.0
androidJvm
switch theme
search in API
gravatar-quickeditor
/
com.gravatar.quickeditor.ui.editor
/
AuthenticationMethod
/
OAuth
OAuth
class
OAuth
(
val
oAuthParams
:
OAuthParams
)
:
AuthenticationMethod
OAuth authentication method.
Members
Constructors
OAuth
Link copied to clipboard
constructor
(
oAuthParams
:
OAuthParams
)
Properties
o
Auth
Params
Link copied to clipboard
val
oAuthParams
:
OAuthParams
The OAuth parameters.
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)