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