docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IUserInfo

    An interface that exposes user information.

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

    Properties

    Email

    The email of the user.

    Declaration
    string Email { get; set; }
    Property Value
    Type Description
    string

    Name

    The name of the user.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    string

    UserId

    The UserId of the user.

    Declaration
    UserId UserId { get; set; }
    Property Value
    Type Description
    UserId
    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)