docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IAuthClient

    Namespace: Unity.Services.Ugc.Bridge
    Assembly: Unity.Services.Ugc.Bridge.Editor.dll
    Syntax
    public interface IAuthClient

    Properties

    IsSignedIn

    Declaration
    bool IsSignedIn { get; }
    Property Value
    Type Description
    bool

    PlayerIdComponent

    Declaration
    PlayerIdComponent PlayerIdComponent { get; }
    Property Value
    Type Description
    PlayerIdComponent

    SessionTokenExists

    Declaration
    bool SessionTokenExists { get; }
    Property Value
    Type Description
    bool

    State

    Declaration
    AuthenticationState State { get; set; }
    Property Value
    Type Description
    AuthenticationState

    Methods

    SignInAnonymouslyAsync()

    Declaration
    Task SignInAnonymouslyAsync()
    Returns
    Type Description
    Task

    SignInWithPreviousSessionAsync()

    Declaration
    Task SignInWithPreviousSessionAsync()
    Returns
    Type Description
    Task

    SignOut(bool)

    Declaration
    void SignOut(bool clearCredentials = false)
    Parameters
    Type Name Description
    bool clearCredentials
    In This Article
    Back to top
    Copyright © 2025 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)