docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IUserInfoProvider

    An interface that exposes methods to fetch user information.

    Namespace: Unity.Cloud.Identity
    Assembly: Unity.Cloud.Identity.dll
    Syntax
    public interface IUserInfoProvider

    Methods

    GetUserInfoAsync()

    A task to fetch asynchronously user information.

    Declaration
    Task<IUserInfo> GetUserInfoAsync()
    Returns
    Type Description
    Task<IUserInfo>

    An IUserInfo instance.

    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)