docs.unity3d.com
    Show / Hide Table of Contents

    Interface ICompositeAuthenticator

    A high-level interface for composite authentication flow that implements IUrlRedirectionAuthenticator.

    Inherited Members
    IUrlRedirectionAuthenticator.LoginAsync()
    IUrlRedirectionAuthenticator.CancelLogin()
    IUrlRedirectionAuthenticator.LogoutAsync(Boolean)
    IAuthenticator.HasValidPreconditionsAsync()
    IAuthenticator.InitializeAsync()
    IAccessTokenProvider.GetAccessTokenAsync()
    IAuthenticationStateProvider.AuthenticationState
    IAuthenticationStateProvider.AuthenticationStateChanged
    Namespace: Unity.Cloud.Identity
    Syntax
    public interface ICompositeAuthenticator : IUrlRedirectionAuthenticator, IAuthenticator, IAccessTokenProvider, IAuthenticationStateProvider
    Remarks

    The ICompositeAuthenticator exposes all authentication features in a single interface so it can adapt to runtime execution context.

    Properties

    RequiresGUI

    Whether the ICompositeAuthenticator implementation requires a graphical user interface (GUI) for the authentication flow.

    Declaration
    bool RequiresGUI { get; }
    Property Value
    Type Description
    Boolean
    Remarks

    A GUI is required for a user to click login and logout buttons and provide credentials when requested. When no GUI is required, the login is done automatically in the InitializeAsync() method.

    Back to top
    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