Edit

Share via


MsalProvider.TrySilentSignInAsync Method

Definition

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

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

Returns

A boolean indicating success or failure to sign in silently.

Applies to