C# Class GoogleCloudExtension.Accounts.UserAccount

This class stores the complete data for a user account. The class can be serialize to a .json string with an schema compatible with gcloud by design. The serialized form of this class can be consumed by gcloud via the --credential-file-override parameter. The serialize form can also be consumed as the "application default credentials" by apps using Google's client NuGet packages.
ファイルを表示 Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetGoogleCredential ( ) : Google.Apis.Auth.OAuth2.GoogleCredential

Method Details

GetGoogleCredential() public method

public GetGoogleCredential ( ) : Google.Apis.Auth.OAuth2.GoogleCredential
return Google.Apis.Auth.OAuth2.GoogleCredential