Interface IActivatePlatformSupport
This interface abstracts platform-specific logic to handle app activation from an url or key value pairs.
Namespace: Unity.DigitalTwins.Identity
Assembly: solution.dll
Syntax
public interface IActivatePlatformSupport
Properties
ActivationKeyValue
The key value pairs used to activate the application.
Declaration
Dictionary<string, string> ActivationKeyValue { get; }
Property Value
Type | Description |
---|---|
Dictionary<String, String> |
ActivationUrl
The url used to activate the application.
Declaration
string ActivationUrl { get; }
Property Value
Type | Description |
---|---|
String |