C# Class Tavis.OAuth.OAuth2TokenLink

Inheritance: Link
Exibir arquivo Open project: tavis-software/Tavis.Link Class Usage Examples

Public Methods

Method Description
OAuth2TokenLink ( ) : System
ParseErrorBody ( string tokenBody ) : object
ParseTokenBody ( string tokenBody ) : Oauth2Token

Method Details

OAuth2TokenLink() public method

public OAuth2TokenLink ( ) : System
return System

ParseErrorBody() public static method

public static ParseErrorBody ( string tokenBody ) : object
tokenBody string
return object

ParseTokenBody() public static method

public static ParseTokenBody ( string tokenBody ) : Oauth2Token
tokenBody string
return Oauth2Token