docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IdProviderOptions

    The metadata about an ID provider that is used to render the settings UI.

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

    Properties

    Name Description
    CanBeDeleted

    Whether the id provider can be deleted. True by default

    ClientIdDisplayName

    The display name of the Client ID field. In some ID providers it can be named differently, like "App ID".

    ClientSecretDisplayName

    The display name of the Client Secret field. In some ID providers it can be named differently, like "App Secret".

    CustomSettingsElementCreator

    The delegate to create custom settings UI element for the ID provider. If provided, the element is appended to the IdProviderElement.

    DisplayName

    The display name of the ID provider.

    IdProviderType

    The type of the ID provider. This is the type string that is accepted by ID Provider admin API.

    NeedClientId

    Whether the client id is needed in the target ID provider. True by default.

    NeedClientSecret

    Whether the client secret is needed in the target ID provider.

    NeedRelyingParty

    Whether the relying party is needed in the target ID provider.

    SupportsAdditionalAppIds

    Whether the id provider supports additional appids. False by default

    In This Article
    Back to top
    Copyright © 2023 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)