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

Inheritance: ILinkedInService
Afficher le fichier Open project: dv00d00/BinaryStudio.TaskManager Class Usage Examples

Méthodes publiques

Méthode Description
BeginAuthorization ( string callback ) : void
EndAuthorization ( ) : LinkedInProfile
GetUserProfile ( ) : LinkedInProfile
IsAutorized ( ) : bool

Method Details

BeginAuthorization() public méthode

public BeginAuthorization ( string callback ) : void
callback string
Résultat void

EndAuthorization() public méthode

public EndAuthorization ( ) : LinkedInProfile
Résultat LinkedInProfile

GetUserProfile() public méthode

public GetUserProfile ( ) : LinkedInProfile
Résultat LinkedInProfile

IsAutorized() public méthode

public IsAutorized ( ) : bool
Résultat bool