Constructor IdProviderCustomSettingsElement
IdProviderCustomSettingsElement(Func<string>)
The constructor of the IdProviderCustomSettingsElement.
Declaration
protected IdProviderCustomSettingsElement(Func<string> gatewayTokenCallback)
Parameters
Type | Name | Description |
---|---|---|
Func<string> | gatewayTokenCallback | The callback action to get the service gateway token. It makes sure the token is up to date. |