C# Class CoffeeCups.Authentication.SocialAuthentication

Inheritance: IAuthentication
Mostra file Open project: jamesmontemagno/app-coffeecups

Public Methods

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

Private Methods

Method Description
GetController ( ) : UIKit.UIViewController

Method Details

ClearCookies() public method

public ClearCookies ( ) : void
return void

LoginAsync() public method

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

RefreshUser() public method

public RefreshUser ( IMobileServiceClient client ) : Task
client IMobileServiceClient
return Task