C# Class GoogleCloudExtension.OauthLoginFlow.OAuthLoginFlowWindow

Inheritance: GoogleCloudExtension.Theming.CommonDialogWindowBase
Exibir arquivo Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Private Properties

Property Type Description
OAuthLoginFlowWindow GoogleCloudExtension.OAuth
StartLoginFlow void

Public Methods

Method Description
CancelOperation ( ) : void
PromptUser ( OAuthCredentials credentials, IEnumerable scopes ) : string

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void

Private Methods

Method Description
OAuthLoginFlowWindow ( OAuthCredentials credentials, IEnumerable scopes ) : GoogleCloudExtension.OAuth
StartLoginFlow ( ) : void

Method Details

CancelOperation() public method

public CancelOperation ( ) : void
return void

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

PromptUser() public static method

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