Show / Hide Table of Contents

Class OAuth2SystemWebBrowser

Inheritance
object
OAuth2SystemWebBrowser
Implements
IOAuth2WebBrowser
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: GitCredentialManager.Authentication.OAuth
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public class OAuth2SystemWebBrowser : IOAuth2WebBrowser

Constructors

OAuth2SystemWebBrowser(IEnvironment, OAuth2WebBrowserOptions)

Declaration
public OAuth2SystemWebBrowser(IEnvironment environment, OAuth2WebBrowserOptions options)
Parameters
Type Name Description
IEnvironment environment
OAuth2WebBrowserOptions options

Methods

GetAuthenticationCodeAsync(Uri, Uri, CancellationToken)

Declaration
public Task<Uri> GetAuthenticationCodeAsync(Uri authorizationUri, Uri redirectUri, CancellationToken ct)
Parameters
Type Name Description
Uri authorizationUri
Uri redirectUri
CancellationToken ct
Returns
Type Description
Task<Uri>

UpdateRedirectUri(Uri)

Declaration
public Uri UpdateRedirectUri(Uri uri)
Parameters
Type Name Description
Uri uri
Returns
Type Description
Uri

Implements

IOAuth2WebBrowser
In this article
Back to top Generated by DocFX