Class EmbeddedBrowserCodeReceiver
This will start an embedded browser to wait for the code
Inheritance
System.Object
EmbeddedBrowserCodeReceiver
Namespace:Dapplo.HttpExtensions.OAuth
Assembly:Dapplo.HttpExtensions.dll
Syntax
public class EmbeddedBrowserCodeReceiver : IOAuthCodeReceiver
Methods
| Improve this Doc View SourceReceiveCodeAsync(AuthorizeModes, ICodeReceiverSettings, CancellationToken)
Declaration
public Task<IDictionary<string, string>> ReceiveCodeAsync(AuthorizeModes authorizeMode, ICodeReceiverSettings codeReceiverSettings, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
AuthorizeModes | authorizeMode | |
ICodeReceiverSettings | codeReceiverSettings | |
System.Threading.CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<System.String, System.String>> |