docs.unity3d.com
  • Manual
  • Scripting API
  • Changelog
  • License

    • Unity.DigitalTwins.Identity
      • AuthenticationState
      • BrowserAuthenticatedAccessTokenProvider
      • CommandLineAccessTokenProvider
      • DeviceToken
      • HttpPkceRequestHandler
      • IActivatePlatformSupport
      • IAuthenticator
      • IInteractiveAuthenticator
      • IPkceConfigurationProvider
      • IPkcePlatformSupport
      • IPkceRequestHandler
      • IPreAuthenticatedAccessTokenProvider
      • IUserInfoProvider
      • LaunchArgumentsParser
      • LicenseInfo
      • LicenseType
      • OrganizationInfo
      • PersonalAccessTokenProvider
      • PkceAuthenticator
      • PkceConfiguration
      • PkceConfigurationProvider
      • PreAuthenticatedHostAccessTokenProvider
      • UserInfo
      • UserInfoProvider
    • Unity.DigitalTwins.Identity.Runtime
      • AndroidActivatePlatformSupport
      • AndroidPkcePlatformSupport
      • CompositeAuthenticator
      • EditorActivateFromUrl
      • EditorActivatePlatformSupport
      • EditorPkcePlatformSupport
      • IosActivatePlatformSupport
      • IosPkcePlatformSupport
      • LinuxActivatePlatformSupport
      • LinuxPkcePlatformSupport
      • OsxActivatePlatformSupport
      • OsxPkcePlatformSupport
      • PlatformSupportFactory
      • WebglActivatePlatformSupport
      • WebglPkcePlatformSupport
      • WindowsActivatePlatformSupport
      • WindowsPkcePlatformSupport

    Class UserInfo

    This class holds the authenticated user information, like organizations the user belongs to (OrganizationInfo) and granted licenses (LicenseInfo).

    Inheritance
    Object
    UserInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.DigitalTwins.Identity
    Assembly: solution.dll
    Syntax
    [Serializable]
    public class UserInfo

    Fields

    Email

    The email of the user.

    Declaration
    public string Email
    Field Value
    Type Description
    String

    Entitlements

    The list of LicenseInfo attributed to the user.

    Declaration
    public List<LicenseInfo> Entitlements
    Field Value
    Type Description
    List<LicenseInfo>

    Id

    The id of the user.

    Declaration
    public string Id
    Field Value
    Type Description
    String

    License

    The LicenseInfo attributed to the user.

    Declaration
    public LicenseInfo License
    Field Value
    Type Description
    LicenseInfo

    LogoutUrl

    The logout url of the user.

    Declaration
    public string LogoutUrl
    Field Value
    Type Description
    String

    Name

    The name of the user.

    Declaration
    public string Name
    Field Value
    Type Description
    String

    Organizations

    The list of OrganizationInfo the user belongs to.

    Declaration
    public List<OrganizationInfo> Organizations
    Field Value
    Type Description
    List<OrganizationInfo>

    SessionExpiryTicks

    The expiry date of current user session.

    Declaration
    public long SessionExpiryTicks
    Field Value
    Type Description
    Int64
    Back to top Generated by DocFX
    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