Table of Contents

Class Routes.OAuth

Namespace
Api.Constants
Assembly
Authentica.Service.Identity.dll

Routes related to OAuth operations.

public static class Routes.OAuth
Inheritance
Routes.OAuth
Inherited Members

Fields

Authorize

Route for authorizing OAuth requests.

public const string Authorize = "oauth2/authorize"

Field Value

string

Device

Routes for device code.

public const string Device = "oauth2/device"

Field Value

string

Token

Route for obtaining OAuth tokens.

public const string Token = "oauth2/token"

Field Value

string