C# 클래스 BinaryStudio.TaskManager.Logic.Authorize.LinkedInService

상속: ILinkedInService
파일 보기 프로젝트 열기: dv00d00/BinaryStudio.TaskManager 1 사용 예제들

공개 메소드들

메소드 설명
BeginAuthorization ( string callback ) : void
EndAuthorization ( ) : LinkedInProfile
GetUserProfile ( ) : LinkedInProfile
IsAutorized ( ) : bool

메소드 상세

BeginAuthorization() 공개 메소드

public BeginAuthorization ( string callback ) : void
callback string
리턴 void

EndAuthorization() 공개 메소드

public EndAuthorization ( ) : LinkedInProfile
리턴 LinkedInProfile

GetUserProfile() 공개 메소드

public GetUserProfile ( ) : LinkedInProfile
리턴 LinkedInProfile

IsAutorized() 공개 메소드

public IsAutorized ( ) : bool
리턴 bool