Class PlatformServices
Inherited Members
Namespace: Unity.Cloud.Assets.Documentation.Discovery
Syntax
public static class PlatformServices
Properties
AssetProvider
Returns an IAssetProvider
Declaration
public static IAssetProvider AssetProvider { get; }
Property Value
Type | Description |
---|---|
IAssetProvider |
AuthenticationStateProvider
Returns a
Declaration
public static IAuthenticationStateProvider AuthenticationStateProvider { get; }
Property Value
Type | Description |
---|---|
IAuthenticationStateProvider |
Authenticator
Returns a
Declaration
public static ICompositeAuthenticator Authenticator { get; }
Property Value
Type | Description |
---|---|
ICompositeAuthenticator |
OrganizationProvider
Returns an IOrganizationProvider.
Declaration
public static IOrganizationProvider OrganizationProvider { get; }
Property Value
Type | Description |
---|---|
IOrganizationProvider |
ProjectProvider
Returns an IProjectProvider.
Declaration
public static IProjectProvider ProjectProvider { get; }
Property Value
Type | Description |
---|---|
IProjectProvider |
Methods
Create()
Declaration
public static void Create()
InitializeAsync()
A Task that initializes all platform services.
Declaration
public static async Task InitializeAsync()
Returns
Type | Description |
---|---|
Task | A Task. |
ShutDownServices()
Shuts down all platform services.
Declaration
public static void ShutDownServices()