Class OAuth2ServerEndpoints
Represents the various OAuth2 endpoints for an OAuth2Client.
Inheritance
OAuth2ServerEndpoints
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
DeviceAuthorizationEndpoint
Declaration
public Uri DeviceAuthorizationEndpoint { get; set; }
Property Value
TokenEndpoint
Declaration
public Uri TokenEndpoint { get; }
Property Value