Class IdProviderOptions
The metadata about an ID provider that is used to render the settings UI.
Inherited Members
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 |