ASASessionConfiguration 类

声明

@interface ASASessionConfiguration : NSObject;

说明

使用此类为 SpatialAnchorSession 设置服务配置。

方法

属性

accountDomain

Azure 空间定位点服务的帐户域。

默认值为“mixedreality.azure.com”。

@property (retain) NSString * accountDomain;

accountId

Azure 空间定位点服务的帐户级 ID。

@property (retain) NSString * accountId;

authenticationToken

Azure Active Directory 的身份验证令牌 (AAD) 。

如果缺少访问令牌和帐户密钥,会话将基于此值获取访问令牌。

@property (retain) NSString * authenticationToken;

accountKey

Azure 空间定位点服务的帐户级密钥。

@property (retain) NSString * accountKey;

accessToken

Azure 空间定位点服务的访问令牌。

@property (retain) NSString * accessToken;