Class WebglActivatePlatformSupport
This class contains WebGL platform-specific logic to handle app activation from an url or key value pairs.
Implements
Inherited Members
Namespace: Unity.DigitalTwins.Identity.Runtime
Assembly: solution.dll
Syntax
public class WebglActivatePlatformSupport : IActivatePlatformSupport
Constructors
WebglActivatePlatformSupport()
Creates a WebglActivatePlatformSupport that handles app activation from an url or key value pairs.
Declaration
public WebglActivatePlatformSupport()
Fields
s_CachedAccessToken
Declaration
public static readonly string s_CachedAccessToken
Field Value
Type | Description |
---|---|
String |
Properties
ActivationKeyValue
The key value pairs used to activate the application.
Declaration
public Dictionary<string, string> ActivationKeyValue { get; }
Property Value
Type | Description |
---|---|
Dictionary<String, String> |
ActivationUrl
The url used to activate the application.
Declaration
public string ActivationUrl { get; }
Property Value
Type | Description |
---|---|
String |