Class SessionConfiguration

Declaration

struct winrt::Microsoft::Azure::SpatialAnchors::SessionConfiguration

Description

Use this class to set up the service configuration for a SpatialAnchorSession.

Properties

AccessToken

Access token for the Azure Spatial Anchors service.

hstring AccessToken();
void AccessToken(hstring const& value);

AccountDomain

Account domain for the Azure Spatial Anchors service. The default is "mixedreality.azure.com".

hstring AccountDomain();
void AccountDomain(hstring const& value);

AccountId

Account-level ID for the Azure Spatial Anchors service.

hstring AccountId();
void AccountId(hstring const& value);

AccountKey

Account-level key for the Azure Spatial Anchors service.

hstring AccountKey();
void AccountKey(hstring const& value);

AuthenticationToken

Authentication token for Azure Active Directory (AAD). If the access token and the account key are missing, the session will obtain an access token based on this value.

hstring AuthenticationToken();
void AuthenticationToken(hstring const& value);