Partager via


CloudSpatialAnchorSession.GetAccessTokenWithAccountKeyAsync(String) Méthode

Définition

Obtient le jeton d’accès Azure Spatial Anchors à partir de la clé de compte.

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)

Paramètres

accountKey
String

Clé de compte.

Retours

S’applique à