docs.unity3d.com
  • Manual
  • Scripting API
  • Changelog
  • License

    • Unity.DigitalTwins.Identity
      • AuthenticationState
      • BrowserAuthenticatedAccessTokenProvider
      • CommandLineAccessTokenProvider
      • DeviceToken
      • HttpPkceRequestHandler
      • IActivatePlatformSupport
      • IAuthenticator
      • IInteractiveAuthenticator
      • IPkceConfigurationProvider
      • IPkcePlatformSupport
      • IPkceRequestHandler
      • IPreAuthenticatedAccessTokenProvider
      • IUserInfoProvider
      • LaunchArgumentsParser
      • LicenseInfo
      • LicenseType
      • OrganizationInfo
      • PersonalAccessTokenProvider
      • PkceAuthenticator
      • PkceConfiguration
      • PkceConfigurationProvider
      • PreAuthenticatedHostAccessTokenProvider
      • UserInfo
      • UserInfoProvider
    • Unity.DigitalTwins.Identity.Runtime
      • AndroidActivatePlatformSupport
      • AndroidPkcePlatformSupport
      • CompositeAuthenticator
      • EditorActivateFromUrl
      • EditorActivatePlatformSupport
      • EditorPkcePlatformSupport
      • IosActivatePlatformSupport
      • IosPkcePlatformSupport
      • LinuxActivatePlatformSupport
      • LinuxPkcePlatformSupport
      • OsxActivatePlatformSupport
      • OsxPkcePlatformSupport
      • PlatformSupportFactory
      • WebglActivatePlatformSupport
      • WebglPkcePlatformSupport
      • WindowsActivatePlatformSupport
      • WindowsPkcePlatformSupport

    Class WebglActivatePlatformSupport

    This class contains WebGL platform-specific logic to handle app activation from an url or key value pairs.

    Inheritance
    Object
    WebglActivatePlatformSupport
    WebglPkcePlatformSupport
    Implements
    IActivatePlatformSupport
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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

    Implements

    IActivatePlatformSupport
    Back to top Generated by DocFX
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023