Show / Hide Table of Contents

Interface IOAuth2WebBrowser

Namespace: GitCredentialManager.Authentication.OAuth
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public interface IOAuth2WebBrowser

Methods

GetAuthenticationCodeAsync(Uri, Uri, CancellationToken)

Declaration
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
Uri UpdateRedirectUri(Uri uri)
Parameters
Type Name Description
Uri uri
Returns
Type Description
Uri
In this article
Back to top Generated by DocFX