Edit

Share via


IProvider.TrySilentSignInAsync Method

Definition

Tries to check if the user is logged in without prompting to login.

public System.Threading.Tasks.Task<bool> TrySilentSignInAsync();
abstract member TrySilentSignInAsync : unit -> System.Threading.Tasks.Task<bool>
Public Function TrySilentSignInAsync () As Task(Of Boolean)

Returns

A boolean indicating success or failure to sign in silently.

Applies to