Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.OAuthClientIds

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class OAuthClientIds

    Fields

    View Source

    BackOffice

    Client ID used for default back-office access.

    Declaration
    public const string BackOffice = "umbraco-back-office"
    Field Value
    Type Description
    System.String
    View Source

    Member

    Client ID used for member access.

    Declaration
    public const string Member = "umbraco-member"
    Field Value
    Type Description
    System.String
    View Source

    Postman

    Client ID used for Postman API access.

    Declaration
    public const string Postman = "umbraco-postman"
    Field Value
    Type Description
    System.String
    View Source

    Swagger

    Client ID used for Swagger API access.

    Declaration
    public const string Swagger = "umbraco-swagger"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • BackOffice
      • Member
      • Postman
      • Swagger
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX