C# Class Hapikit.Links.OAuth2TokenLink

Inheritance: Link
Afficher le fichier Open project: hapikit/hapikit.net

Protected Properties

Свойство Type Description
_BodyParameters string>.Dictionary

Méthodes publiques

Méthode Description
OAuth2TokenLink ( ) : System
ParseErrorBody ( string tokenBody ) : object
ParseTokenBody ( string tokenBody ) : Oauth2Token

Method Details

OAuth2TokenLink() public méthode

public OAuth2TokenLink ( ) : System
Résultat System

ParseErrorBody() public static méthode

public static ParseErrorBody ( string tokenBody ) : object
tokenBody string
Résultat object

ParseTokenBody() public static méthode

public static ParseTokenBody ( string tokenBody ) : Oauth2Token
tokenBody string
Résultat Oauth2Token

Property Details

_BodyParameters protected_oe property

protected Dictionary _BodyParameters
Résultat string>.Dictionary