Namespace Unity.Cloud.Identity
Classes
BrowserAuthenticatedAccessTokenProvider
An IAuthenticator implementation that expects an access token from a browser environment.
CommandLineAccessTokenProvider
An IAuthenticator implementation that expects an access token value from a provided -UNITY_CLOUD_ACCESS_TOKEN
launch argument.
CompositeAuthenticator
The CompositeAuthenticator
uses a list of injected IAuthenticator to provide support for multiple authentication flows.
CompositeAuthenticatorSettingsBuilder
Creates a CompositeAuthenticatorSettingsBuilder that builds a CompositeAuthenticatorSettings to inject into the CompositeAuthenticator.
DeviceToken
This class holds the token information related to a user authenticated session.
HttpPkceRequestHandler
This class handles all http requests required in the Proof Key Code Exchange authentication flow.
LicenseInfo
This class holds the licence information, such as expiry date, LicenseType and entitlement string identifier.
OrganizationInfo
This class holds the organization information and its user related properties.
PersonalAccessTokenProvider
An IAuthenticator implementation that expects a personal access token (PAT) from a provided -DT_PERSONAL_ACCESS_TOKEN
launch argument or a DT_PERSONAL_ACCESS_TOKEN
environment variable.
PkceAuthenticator
An authenticator implementation that provides authentication through PKCE (Proof Key Code Exchange) standards.
PkceConfiguration
This class holds all information required to perform Proof Key Code Exchange (PKCE) authentication.
PkceConfigurationProvider
This IPkceConfigurationProvider implementation handles the access to a PkceConfiguration.
UserInfo
This class holds the authenticated user information, like organizations the user belongs to (OrganizationInfo) and granted licenses (LicenseInfo).
UserInfoProvider
Provides access to a UserInfo instance returned from a cloud endpoint.
Structs
CompositeAuthenticatorSettings
Creates the CompositeAuthenticatorSettings required to inject in a CompositeAuthenticator.
Interfaces
IActivatePlatformSupport
This interface abstracts platform-specific logic to handle application activation from a URL or key value pairs.
IAuthenticationPlatformSupport
This interface abstracts common handling of platform-specific features in URL redirection flows.
IAuthenticationStateProvider
An interface that manages the application authentication state.
IAuthenticator
An interface for authentication flow that implements IAccessTokenProvider and IAuthenticationStateProvider.
ICompositeAuthenticator
A high-level interface for composite authentication flow that implements IUrlRedirectionAuthenticator.
IPkceConfigurationProvider
This interface abstracts access to a PkceConfiguration instance.
IPkceRequestHandler
This interface defines methods related to retrieving pkce-related tokens
IUrlRedirectionAuthenticator
An interface for manual login and logout operations using redirection flows.
IUserInfoProvider
An interface that allows access to a UserInfo instance.
Enums
AuthenticationState
Indicates the current authentication state in an application's lifetime.
LicenseType
This enum exposes possible licence type values.