C# Class CoffeeCups.Authentication.SocialAuthentication

Inheritance: IAuthentication
Afficher le fichier Open project: jamesmontemagno/app-coffeecups

Méthodes publiques

Méthode Description
ClearCookies ( ) : void
LoginAsync ( IMobileServiceClient client, MobileServiceAuthenticationProvider provider, string>.IDictionary parameters = null ) : Task
RefreshUser ( IMobileServiceClient client ) : Task

Private Methods

Méthode Description
GetController ( ) : UIKit.UIViewController

Method Details

ClearCookies() public méthode

public ClearCookies ( ) : void
Résultat void

LoginAsync() public méthode

public LoginAsync ( IMobileServiceClient client, MobileServiceAuthenticationProvider provider, string>.IDictionary parameters = null ) : Task
client IMobileServiceClient
provider MobileServiceAuthenticationProvider
parameters string>.IDictionary
Résultat Task

RefreshUser() public méthode

public RefreshUser ( IMobileServiceClient client ) : Task
client IMobileServiceClient
Résultat Task