Class AuthorizeAsyncControl
Implements
Inherited Members
Namespace: GoogleSheetFetcher.Editor
Assembly: GoogleSheetFetcher.Editor.dll
Syntax
public class AuthorizeAsyncControl : AsyncControlBase<UserCredential>, IAsyncControl
Constructors
| Improve this Doc View SourceAuthorizeAsyncControl(String, String, String, List<String>)
Constructor.
Declaration
public AuthorizeAsyncControl(string clientId, string clientSecret, string applicationId, List<string> scopes)
Parameters
Type | Name | Description |
---|---|---|
String | clientId | |
String | clientSecret | |
String | applicationId | |
List<String> | scopes |
Methods
| Improve this Doc View SourceOnStart()
Declaration
protected override void OnStart()
Overrides
GoogleSheetFetcher.Editor.AsyncControls.AsyncControlBase<UserCredential>.OnStart()