C# 클래스 GoogleCloudExtension.Accounts.AccountsManager

This class manages the OAUTH credentials created for the extension.
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GetUserAccountForRefreshToken ( string refreshToken ) : Task

메소드 상세

DeleteAccount() 공개 정적인 메소드

Deletes the given userAccount from the store.
public static DeleteAccount ( UserAccount userAccount ) : void
userAccount UserAccount
리턴 void

StartAddAccountFlowAsync() 공개 정적인 메소드

Starts the flow to add a new account to the credentials store.
public static StartAddAccountFlowAsync ( ) : Task
리턴 Task