Class Constants.OAuthClientIds
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class OAuthClientIdsFields
View SourceBackOffice
Client ID used for default back-office access.
Declaration
public const string BackOffice = "umbraco-back-office"Field Value
| Type | Description | 
|---|---|
| System.String | 
Member
Client ID used for member access.
Declaration
public const string Member = "umbraco-member"Field Value
| Type | Description | 
|---|---|
| System.String | 
Postman
Client ID used for Postman API access.
Declaration
public const string Postman = "umbraco-postman"Field Value
| Type | Description | 
|---|---|
| System.String | 
Swagger
Client ID used for Swagger API access.
Declaration
public const string Swagger = "umbraco-swagger"Field Value
| Type | Description | 
|---|---|
| System.String |