docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class WebglActivatePlatformSupport

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

    Inheritance
    object
    BasePkcePlatformSupport
    WebglActivatePlatformSupport
    WebglPkcePlatformSupport
    Implements
    IAuthenticationPlatformSupport
    IActivatePlatformSupport
    Inherited Members
    BasePkcePlatformSupport.UrlRedirectionInterceptor
    BasePkcePlatformSupport.HostUrl
    BasePkcePlatformSupport.ActivationUrl
    BasePkcePlatformSupport.ActivationKeyValue
    BasePkcePlatformSupport.GetAppStateOverride()
    BasePkcePlatformSupport.SecretCacheStore
    BasePkcePlatformSupport.CodeVerifierCacheStore
    BasePkcePlatformSupport.m_LoginUrl
    BasePkcePlatformSupport.m_UrlProcessor
    BasePkcePlatformSupport.OpenUrlAndWaitForRedirectAsync(string, List<string>)
    BasePkcePlatformSupport.ExportServiceAuthorizerToken(string, string)
    BasePkcePlatformSupport.GetRedirectUri(string)
    BasePkcePlatformSupport.GetRedirectUriAsync(string)
    BasePkcePlatformSupport.GetCancellationUri()
    BasePkcePlatformSupport.ProcessActivationUrl(List<string>)
    BasePkcePlatformSupport.GetRedirectionResult()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Identity.Runtime
    Assembly: Unity.Cloud.Identity.Runtime.dll
    Syntax
    public class WebglActivatePlatformSupport : BasePkcePlatformSupport, IAuthenticationPlatformSupport, IActivatePlatformSupport

    Constructors

    WebglActivatePlatformSupport(IUrlRedirectionInterceptor, IUrlProcessor, IAppIdProvider, IAppNamespaceProvider, string, string)

    Creates a BasePkcePlatformSupport that handles app activation from an url or key value pairs.

    Declaration
    public WebglActivatePlatformSupport(IUrlRedirectionInterceptor urlRedirectionInterceptor, IUrlProcessor urlProcessor, IAppIdProvider appIdProvider, IAppNamespaceProvider appNamespaceProvider, string cacheStorePath, string activationUrl = null)
    Parameters
    Type Name Description
    IUrlRedirectionInterceptor urlRedirectionInterceptor

    An Unity.Cloud.AppLinking.IUrlRedirectionInterceptor that manages url redirection interception.

    IUrlProcessor urlProcessor

    An Unity.Cloud.AppLinking.IUrlProcessor that manages url processing after interception.

    IAppIdProvider appIdProvider

    An Unity.Cloud.Common.IAppIdProvider instance.

    IAppNamespaceProvider appNamespaceProvider

    An Unity.Cloud.Common.IAppNamespaceProvider instance.

    string cacheStorePath

    A full path to a readable/writable directory.

    string activationUrl

    An optional activation URL.

    Implements

    IAuthenticationPlatformSupport
    Unity.Cloud.AppLinking.IActivatePlatformSupport
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)