C# 클래스 GoogleCloudExtension.OauthLoginFlow.OAuthLoginFlowWindow

상속: GoogleCloudExtension.Theming.CommonDialogWindowBase
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OAuthLoginFlowWindow GoogleCloudExtension.OAuth
StartLoginFlow void

공개 메소드들

메소드 설명
CancelOperation ( ) : void
PromptUser ( OAuthCredentials credentials, IEnumerable scopes ) : string

보호된 메소드들

메소드 설명
OnClosed ( EventArgs e ) : void

비공개 메소드들

메소드 설명
OAuthLoginFlowWindow ( OAuthCredentials credentials, IEnumerable scopes ) : GoogleCloudExtension.OAuth
StartLoginFlow ( ) : void

메소드 상세

CancelOperation() 공개 메소드

public CancelOperation ( ) : void
리턴 void

OnClosed() 보호된 메소드

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
리턴 void

PromptUser() 공개 정적인 메소드

public static PromptUser ( OAuthCredentials credentials, IEnumerable scopes ) : string
credentials GoogleCloudExtension.OAuth.OAuthCredentials
scopes IEnumerable
리턴 string