Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MixedRealityStsClient

Package version

Represents the Mixed Reality STS client for retrieving STS tokens used to access Mixed Reality services.

Hierarchy

  • MixedRealityStsClient

Index

Constructors

Properties

Methods

Constructors

constructor

  • Creates an instance of a MixedRealityStsClient.

    Parameters

    • accountId: string

      The Mixed Reality service account identifier.

    • accountDomain: string

      The Mixed Reality service account domain.

    • keyCredential: AzureKeyCredential

      The Mixed Reality service account primary or secondary key credential.

    • Optional options: MixedRealityStsClientOptions

      Additional client options.

    Returns MixedRealityStsClient

  • Creates an instance of a MixedRealityStsClient.

    Parameters

    • accountId: string

      The Mixed Reality service account identifier.

    • accountDomain: string

      The Mixed Reality service account domain.

    • credential: TokenCredential

      The credential used to access the Mixed Reality service.

    • Optional options: MixedRealityStsClientOptions

      Additional client options.

    Returns MixedRealityStsClient

Properties

accountId

accountId: string

Gets the Mixed Reality service account identifier.

endpointUrl

endpointUrl: string

Gets the Mixed Reality STS service endpoint.

Methods

getToken

Generated using TypeDoc