C# Class GoogleCloudExtension.Accounts.AccountsManager

This class manages the OAUTH credentials created for the extension.
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio

Méthodes publiques

Méthode Description
DeleteAccount ( UserAccount userAccount ) : void

Deletes the given userAccount from the store.

StartAddAccountFlowAsync ( ) : Task

Starts the flow to add a new account to the credentials store.

Private Methods

Méthode Description
GetUserAccountForRefreshToken ( string refreshToken ) : Task

Method Details

DeleteAccount() public static méthode

Deletes the given userAccount from the store.
public static DeleteAccount ( UserAccount userAccount ) : void
userAccount UserAccount
Résultat void

StartAddAccountFlowAsync() public static méthode

Starts the flow to add a new account to the credentials store.
public static StartAddAccountFlowAsync ( ) : Task
Résultat Task