Show / Hide Table of Contents

Class OAuth2ServerEndpoints

Represents the various OAuth2 endpoints for an OAuth2Client.

Inheritance
object
OAuth2ServerEndpoints
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 OAuth2ServerEndpoints

Constructors

OAuth2ServerEndpoints(Uri, Uri)

Declaration
public OAuth2ServerEndpoints(Uri authorizationEndpoint, Uri tokenEndpoint)
Parameters
Type Name Description
Uri authorizationEndpoint
Uri tokenEndpoint

Properties

AuthorizationEndpoint

Declaration
public Uri AuthorizationEndpoint { get; }
Property Value
Type Description
Uri

DeviceAuthorizationEndpoint

Declaration
public Uri DeviceAuthorizationEndpoint { get; set; }
Property Value
Type Description
Uri

TokenEndpoint

Declaration
public Uri TokenEndpoint { get; }
Property Value
Type Description
Uri
In this article
Back to top Generated by DocFX