AadLogin.SignInAsync Method

Definition

This method is used to prompt to login screen.

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

Returns

True if sign in successfully, otherwise false

Applies to