Enum GoogleCredentialType
The type of the Google credential.
Namespace: Realms.Sync
Assembly: Realm.dll
Syntax
public enum GoogleCredentialType
Fields
Name | Description |
---|---|
AuthCode | A credential representing an auth code. |
IdToken | A credential representing an Id token. |