C# Class Google.PowerShell.Common.TokenResponse

OAuth 2.0 model for a successful access token response as specified in http://tools.ietf.org/html/rfc6749#section-5.1.
Show file Open project: GoogleCloudPlatform/google-cloud-powershell Class Usage Examples

Public Methods

Method Description
TokenResponse ( JToken userCredentialJson ) : System

Construct a new token by parsing activeConfigJson and get the credential.

Method Details

TokenResponse() public method

Construct a new token by parsing activeConfigJson and get the credential.
public TokenResponse ( JToken userCredentialJson ) : System
userCredentialJson JToken
return System