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. |