BeerDrinkin.iOS.SocialAuthViewController.UserAuthenticiated C# (CSharp) Method

UserAuthenticiated() private method

private UserAuthenticiated ( ) : void
return void
        async void UserAuthenticiated()
        {
			Acr.UserDialogs.UserDialogs.Instance.ShowSuccess("Signed In", 1500);
			await DismissViewControllerAsync(true);
        }