AadLogin.SignOutAsync Method

Definition

This method is used to sign out the currently signed on user

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

Returns

Success or failure

Applies to