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 UserInfoProvider

    Provides access to a UserInfo instance returned from a cloud endpoint.

    Inheritance
    Object
    UserInfoProvider
    Implements
    IUserInfoProvider
    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
    public class UserInfoProvider : IUserInfoProvider

    Constructors

    UserInfoProvider(IServiceHttpClient, CloudConfiguration)

    Provides access to a UserInfo instance returned from a cloud endpoint.

    Declaration
    public UserInfoProvider(IServiceHttpClient serviceHttpClient, CloudConfiguration cloudConfiguration)
    Parameters
    Type Name Description
    Unity.DigitalTwins.Common.IServiceHttpClient serviceHttpClient

    An IServiceHttpClient instance.

    Unity.DigitalTwins.Common.CloudConfiguration cloudConfiguration

    A CloudConfiguration instance.

    Methods

    GetUserInfoAsync()

    Fetches a UserInfo instance from a cloud endpoint.

    Declaration
    public async Task<UserInfo> GetUserInfoAsync()
    Returns
    Type Description
    Task<UserInfo>

    A Task that results in a UserInfo instance after completion.

    Exceptions
    Type Condition
    Unity.DigitalTwins.Common.UnauthorizedException
    Unity.DigitalTwins.Common.ConnectionException
    Unity.DigitalTwins.Common.ForbiddenException

    Implements

    IUserInfoProvider
    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