ExternalLinkedAuthenticationInitializeOptions is defined in the Telligent.Evolution.Extensibility.Authentication.Version2 namespace of Telligent.Evolution.Platform.dll
Definition
class ExternalLinkedAuthenticationInitializeOptions
{
string State { get; }
CancellationToken Token { get; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| State | string | The state of the workflow from Community. This should be persisted through the external authentication workflow and returned to Community via the SetLinkedUserData() call. | ||
| Token | CancellationToken |