Enum GoogleAuthType
On this page
Realm is now Atlas Device SDK – Learn More
io.realm.mongodb.auth
io.realm.mongodb.auth.GoogleAuthType
This enum contains the list of Google authentication types supported by MongoDB Realm.
Enum Constant Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
public static GoogleAuthType | |
public static GoogleAuthType | values () |
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Methods inherited from class java.lang.Enum :
name
,ordinal
,toString
,equals
,hashCode
,clone
,compareTo
,getDeclaringClass
,valueOf
,finalize
Enum Constant Detail
AUTH_CODE
public static final GoogleAuthType
ID_TOKEN
public static final GoogleAuthType
Method Detail
valueOf
values
public static GoogleAuthType values () |
---|