ExternalLinkedAuthenticationCallbackOptions is defined in the Telligent.Evolution.Extensibility.Authentication.Version2 namespace of Telligent.Evolution.Platform.dll
Definition
class ExternalLinkedAuthenticationCallbackOptions
{
NameValueCollection QueryString { get; }
CancellationToken Token { get; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| QueryString | NameValueCollection | The querystring provided by the external authentication store when the shared callback is executed. | ||
| Token | CancellationToken |