IProvider.TrySilentSignInAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.