MixedRealityStsClient Class

Definition

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

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

AccountId

Gets the Mixed Reality service account identifier.

Endpoint

The Mixed Reality STS service endpoint.

Methods

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.

Applies to