Enum AuthenticationType
Namespace: UnityEditor.Localization.Plugins.Google
Syntax
public enum AuthenticationType
Fields
Name | Description | Value |
---|---|---|
None | No authentication has been specified. |
0 |
OAuth | Accessing private data. |
1 |
APIKey | Accessing public data anonymously. |
2 |