docs.unity3d.com
    Show / Hide Table of Contents

    Class IdProviderRegistry

    The registry for ID providers.

    Inheritance
    Object
    IdProviderRegistry
    Namespace: Unity.Services.Authentication.Editor
    Syntax
    public static class IdProviderRegistry : object

    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.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023