docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate IdProviderOptions.CreateCustomSettingsElementDelegate

    The delegate to create custom settings UI element for the ID provider.

    Namespace: Unity.Services.Authentication.Editor
    Assembly: Unity.Services.Authentication.Editor.dll
    Syntax
    public delegate IdProviderCustomSettingsElement IdProviderOptions.CreateCustomSettingsElementDelegate(string projectId, Func<string> servicesGatewayTokenCallback, bool skipConfirmation)
    Parameters
    Type Name Description
    string projectId

    The project ID

    Func<string> servicesGatewayTokenCallback

    The callback action to get the service gateway token. It makes sure the token is up to date.

    bool skipConfirmation

    Whether or not to skip the UI confirmation.

    Returns
    Type Description
    IdProviderCustomSettingsElement

    The additional ID provider settings element.

    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)