Enum GoogleAuthType
On this page
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
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 () |
---|