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