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