ClientApplicationBase.GetAccountsAsync Metodo

Definizione

Overload

Nome Descrizione
GetAccountsAsync()

Restituisce tutti gli account disponibili nella cache dei token utente per l'applicazione.

GetAccountsAsync(String)

Ottenere la IAccount raccolta in base al relativo identificatore tra gli account disponibili nella cache dei token, in base al flusso utente. Questo vale per Azure scenari di Active Directory B2C.

GetAccountsAsync(CancellationToken)

Restituisce tutti gli account disponibili nella cache dei token utente per l'applicazione.

GetAccountsAsync(String, CancellationToken)

Ottenere la IAccount raccolta in base al relativo identificatore tra gli account disponibili nella cache dei token, in base al flusso utente. Questo vale per Azure scenari di Active Directory B2C.

GetAccountsAsync()

Restituisce tutti gli account disponibili nella cache dei token utente per l'applicazione.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IAccount>> GetAccountsAsync();
abstract member GetAccountsAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Identity.Client.IAccount>>
override this.GetAccountsAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Identity.Client.IAccount>>
Public Function GetAccountsAsync () As Task(Of IEnumerable(Of IAccount))

Valori restituiti

Implementazioni

Si applica a

GetAccountsAsync(String)

Ottenere la IAccount raccolta in base al relativo identificatore tra gli account disponibili nella cache dei token, in base al flusso utente. Questo vale per Azure scenari di Active Directory B2C.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IAccount>> GetAccountsAsync(string userFlow);
abstract member GetAccountsAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.Identity.Client.IAccount>>
override this.GetAccountsAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.Identity.Client.IAccount>>
Public Function GetAccountsAsync (userFlow As String) As Task(Of IEnumerable(Of IAccount))

Parametri

userFlow
String

L'identificatore è il flusso utente di destinazione dell'autorità B2C specifica/>.

Valori restituiti

Implementazioni

Si applica a

GetAccountsAsync(CancellationToken)

Restituisce tutti gli account disponibili nella cache dei token utente per l'applicazione.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IAccount>> GetAccountsAsync(System.Threading.CancellationToken cancellationToken = default);
member this.GetAccountsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Identity.Client.IAccount>>
Public Function GetAccountsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of IAccount))

Parametri

cancellationToken
CancellationToken

Valori restituiti

Si applica a

GetAccountsAsync(String, CancellationToken)

Ottenere la IAccount raccolta in base al relativo identificatore tra gli account disponibili nella cache dei token, in base al flusso utente. Questo vale per Azure scenari di Active Directory B2C.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IAccount>> GetAccountsAsync(string userFlow, System.Threading.CancellationToken cancellationToken = default);
member this.GetAccountsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Identity.Client.IAccount>>
Public Function GetAccountsAsync (userFlow As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of IAccount))

Parametri

userFlow
String

L'identificatore è il flusso utente di destinazione dell'autorità B2C specifica/>.

cancellationToken
CancellationToken

Token di annullamento

Valori restituiti

Si applica a