C# 클래스 CoffeeCups.Authentication.SocialAuthentication

상속: IAuthentication
파일 보기 프로젝트 열기: jamesmontemagno/app-coffeecups

공개 메소드들

메소드 설명
ClearCookies ( ) : void
LoginAsync ( IMobileServiceClient client, MobileServiceAuthenticationProvider provider, string>.IDictionary parameters = null ) : Task
RefreshUser ( IMobileServiceClient client ) : Task

비공개 메소드들

메소드 설명
GetController ( ) : UIKit.UIViewController

메소드 상세

ClearCookies() 공개 메소드

public ClearCookies ( ) : void
리턴 void

LoginAsync() 공개 메소드

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

RefreshUser() 공개 메소드

public RefreshUser ( IMobileServiceClient client ) : Task
client IMobileServiceClient
리턴 Task