CloudSpatialAnchorSession.GetAccessTokenWithAccountKeyAsync(String) メソッド

定義

アカウント キーから Azure Spatial Anchors アクセス トークンを取得します。

public:
 System::Threading::Tasks::Task<System::String ^> ^ GetAccessTokenWithAccountKeyAsync(System::String ^ accountKey);
public System.Threading.Tasks.Task<string> GetAccessTokenWithAccountKeyAsync (string accountKey);
member this.GetAccessTokenWithAccountKeyAsync : string -> System.Threading.Tasks.Task<string>
Public Function GetAccessTokenWithAccountKeyAsync (accountKey As String) As Task(Of String)

パラメーター

accountKey
String

アカウント キー。

戻り値

適用対象