Docs Menu

Docs HomeDevelop ApplicationsAtlas Device SDK

Enum GoogleAuthType

On this page

  • io.realm.mongodb.auth
  • Enum Constant Summary
  • Method Summary
  • Inherited Methods
  • Enum Constant Detail
  • AUTH_CODE
  • ID_TOKEN
  • Method Detail
  • valueOf
  • values
io.realm.mongodb.auth.GoogleAuthType

This enum contains the list of Google authentication types supported by MongoDB Realm.

Tip

See also:

Enum Constant and Description
AUTH_CODE
Modifier and Type
Method and Description
public static GoogleAuthType
public static GoogleAuthType
  • 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

public static final GoogleAuthType

public static final GoogleAuthType

public static GoogleAuthType valueOf (
String name
)
public static GoogleAuthType values ()

←  Class EmailPasswordAuthio.realm.mongodb.functions →