docs.unity3d.com
    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
    Syntax
    public delegate IdProviderCustomSettingsElement CreateCustomSettingsElementDelegate(string idDomain, Func<string> servicesGatewayTokenCallback, bool skipConfirmation);
    Parameters
    Type Name Description
    String idDomain

    The ID domain

    Func<String> servicesGatewayTokenCallback

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

    Boolean skipConfirmation

    Whether or not to skip the UI confirmation.

    Returns
    Type Description
    IdProviderCustomSettingsElement

    The additional ID provider settings element.

    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