Class OAuthLoginForm
The OAuthLoginForm is used to allow the user to authorize Greenshot with an "Oauth" application
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
OAuthLoginForm
Namespace:Dapplo.HttpExtensions.Desktop
Assembly:Dapplo.HttpExtensions.dll
Syntax
public sealed class OAuthLoginForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IArrangedElement, IComponent, IDisposable, IContainerControl
Constructors
| Improve this Doc View SourceOAuthLoginForm(String, Size, Uri, String)
Declaration
public OAuthLoginForm(string browserTitle, Size size, Uri authorizationLink, string callbackUrl)
Parameters
Type | Name | Description |
---|---|---|
System.String | browserTitle | |
System.Drawing.Size | size | |
System.Uri | authorizationLink | |
System.String | callbackUrl |
Properties
| Improve this Doc View SourceCallbackParameters
Declaration
public IDictionary<string, string> CallbackParameters { get; set; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> |
IsOk
Declaration
public bool IsOk { get; }
Returns
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceDispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |