Class IdentityProviders
Identity provider keys to use with Player Authentication apis.
Inherited Members
Namespace: Unity.Services.Apis
Assembly: Unity.Services.Apis.dll
Syntax
public static class IdentityProviders
Fields
Apple
Sign in with Apple identity key
Declaration
public const string Apple = "apple.com"
Field Value
Type | Description |
---|---|
string |
AppleGameCenter
Apple Game Center identity key
Declaration
public const string AppleGameCenter = "apple-game-center"
Field Value
Type | Description |
---|---|
string |
CodeLink
Code Linking identity key
Declaration
public const string CodeLink = "code-link"
Field Value
Type | Description |
---|---|
string |
Facebook identity key
Declaration
public const string Facebook = "facebook.com"
Field Value
Type | Description |
---|---|
string |
Google identity key
Declaration
public const string Google = "google.com"
Field Value
Type | Description |
---|---|
string |
GooglePlayGames
Google Play Games identity key
Declaration
public const string GooglePlayGames = "google-play-games"
Field Value
Type | Description |
---|---|
string |
Oculus
Oculus identity key
Declaration
public const string Oculus = "oculus"
Field Value
Type | Description |
---|---|
string |
OpenIDConnect
OIDC identity key
Declaration
public const string OpenIDConnect = "oidc-"
Field Value
Type | Description |
---|---|
string |
Steam
Steam identity key
Declaration
public const string Steam = "steampowered.com"
Field Value
Type | Description |
---|---|
string |
Unity
Unity Player Account identity key
Declaration
public const string Unity = "unity"
Field Value
Type | Description |
---|---|
string |
UsernamePassword
Username and password identity key
Declaration
public const string UsernamePassword = "usernamepassword"
Field Value
Type | Description |
---|---|
string |