CloudSpatialAnchorSession.GetAccessTokenWithAccountKeyAsync(String) Método

Definición

Obtiene el token de acceso de Azure Spatial Anchors de la clave de cuenta.

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)

Parámetros

accountKey
String

Clave de cuenta.

Devoluciones

Se aplica a