Improve this Doc View Source

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 Source

OAuthLoginForm(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 Source

CallbackParameters

Declaration
public IDictionary<string, string> CallbackParameters { get; set; }
Returns
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>
| Improve this Doc View Source

IsOk

Declaration
public bool IsOk { get; }
Returns
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Dispose(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.