MixedRealityStsClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the Mixed Reality STS client for retrieving STS tokens used to access Mixed Reality services.
public class MixedRealityStsClient
type MixedRealityStsClient = class
Public Class MixedRealityStsClient
- Inheritance
-
MixedRealityStsClient
Constructors
| Name | Description |
|---|---|
| MixedRealityStsClient() |
Initializes a new instance of the MixedRealityStsClient class. |
| MixedRealityStsClient(Guid, String, AzureKeyCredential, MixedRealityStsClientOptions) |
Initializes a new instance of the MixedRealityStsClient class. |
| MixedRealityStsClient(Guid, String, TokenCredential, MixedRealityStsClientOptions) |
Initializes a new instance of the MixedRealityStsClient class. |
| MixedRealityStsClient(Guid, Uri, AzureKeyCredential, MixedRealityStsClientOptions) |
Initializes a new instance of the MixedRealityStsClient class. |
| MixedRealityStsClient(Guid, Uri, TokenCredential, MixedRealityStsClientOptions) |
Initializes a new instance of the MixedRealityStsClient class. |
Properties
| Name | Description |
|---|---|
| AccountId |
Gets the Mixed Reality service account identifier. |
| Endpoint |
The Mixed Reality STS service endpoint. |
Methods
| Name | Description |
|---|---|
| GetToken(CancellationToken) |
Retrieve a token from the STS service for the specified account identifier. |
| GetTokenAsync(CancellationToken) |
Retrieve a token from the STS service for the specified account identifier asynchronously. |