C# Class BinaryStudio.TaskManager.Logic.Authorize.LinkedInService

Inheritance: ILinkedInService
Show file Open project: dv00d00/BinaryStudio.TaskManager Class Usage Examples

Public Methods

Method Description
BeginAuthorization ( string callback ) : void
EndAuthorization ( ) : LinkedInProfile
GetUserProfile ( ) : LinkedInProfile
IsAutorized ( ) : bool

Method Details

BeginAuthorization() public method

public BeginAuthorization ( string callback ) : void
callback string
return void

EndAuthorization() public method

public EndAuthorization ( ) : LinkedInProfile
return LinkedInProfile

GetUserProfile() public method

public GetUserProfile ( ) : LinkedInProfile
return LinkedInProfile

IsAutorized() public method

public IsAutorized ( ) : bool
return bool