C# 클래스 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.
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-powershell 1 사용 예제들

공개 메소드들

메소드 설명
TokenResponse ( JToken userCredentialJson ) : System

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

메소드 상세

TokenResponse() 공개 메소드

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