docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IdentityProviders

    Identity provider keys to use with Player Authentication apis.

    Inheritance
    object
    IdentityProviders
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis
    Assembly: solution.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

    Facebook identity key

    Declaration
    public const string Facebook = "facebook.com"
    Field Value
    Type Description
    string

    Google

    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
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)