Class Routes.OAuth
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
Device
Routes for device code.
public const string Device = "oauth2/device"
Field Value
Token
Route for obtaining OAuth tokens.
public const string Token = "oauth2/token"