docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IdProviderRegistry

    The registry for ID providers.

    Inheritance
    object
    IdProviderRegistry
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Authentication.Editor
    Assembly: Unity.Services.Authentication.Editor.dll
    Syntax
    public static class IdProviderRegistry

    Methods

    GetOptions(string)

    Get an ID provider option by type.

    Declaration
    public static IdProviderOptions GetOptions(string idProviderType)
    Parameters
    Type Name Description
    string idProviderType

    The ID provider type.

    Returns
    Type Description
    IdProviderOptions

    The ID provider option.

    Register(IdProviderOptions)

    Register a new ID provider option.

    Declaration
    public static void Register(IdProviderOptions idProviderOptions)
    Parameters
    Type Name Description
    IdProviderOptions idProviderOptions

    The new ID provider option to register.

    Unregister(string)

    Unregister an ID provider option.

    Declaration
    public static void Unregister(string idProviderType)
    Parameters
    Type Name Description
    string idProviderType

    The ID provider option to unregister.

    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)