docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PkceConfigurationProvider

    Handles the access to a PkceConfiguration.

    Inheritance
    object
    PkceConfigurationProvider
    Implements
    IPkceConfigurationProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Identity
    Assembly: Unity.Cloud.Identity.dll
    Syntax
    public class PkceConfigurationProvider : IPkceConfigurationProvider

    Constructors

    PkceConfigurationProvider(IServiceHostResolver)

    Builds a PkceConfigurationProvider handles the access to a PkceConfiguration.

    Declaration
    public PkceConfigurationProvider(IServiceHostResolver serviceHostResolver)
    Parameters
    Type Name Description
    IServiceHostResolver serviceHostResolver

    The service host resolver for the service Url.

    Methods

    GetPkceConfigurationAsync()

    Creates a task that results in a PkceConfiguration when internal update is completed.

    Declaration
    public Task<PkceConfiguration> GetPkceConfigurationAsync()
    Returns
    Type Description
    Task<PkceConfiguration>

    A task that results in a PkceConfiguration when internal update is completed.

    Implements

    IPkceConfigurationProvider
    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)