Share via


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

계정 키.

반환

적용 대상