HttpConnectionOptions.AccessTokenProvider Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un fournisseur de jetons d’accès qui sera appelé pour retourner un jeton pour chaque requête HTTP.
public:
property Func<System::Threading::Tasks::Task<System::String ^> ^> ^ AccessTokenProvider { Func<System::Threading::Tasks::Task<System::String ^> ^> ^ get(); void set(Func<System::Threading::Tasks::Task<System::String ^> ^> ^ value); };
public Func<System.Threading.Tasks.Task<string>> AccessTokenProvider { get; set; }
public Func<System.Threading.Tasks.Task<string?>>? AccessTokenProvider { get; set; }
member this.AccessTokenProvider : Func<System.Threading.Tasks.Task<string>> with get, set
Public Property AccessTokenProvider As Func(Of Task(Of String))