Class ASASessionConfiguration
Declaration
@interface ASASessionConfiguration : NSObject;
Description
Use this class to set up the service configuration for a SpatialAnchorSession.
Methods
Properties
accountDomain
Account domain for the Azure Spatial Anchors service.
The default is "mixedreality.azure.com".
@property (retain) NSString * accountDomain;
accountId
Account-level ID for the Azure Spatial Anchors service.
@property (retain) NSString * accountId;
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.
@property (retain) NSString * authenticationToken;
accountKey
Account-level key for the Azure Spatial Anchors service.
@property (retain) NSString * accountKey;
accessToken
Access token for the Azure Spatial Anchors service.
@property (retain) NSString * accessToken;