예제 #1
0
        public static async Task <bool> TryGetMeAsync()
        {
            var currentUser = await UserSnippets.GetMeAsync();

            return(currentUser != null);
        }