Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeliveryApiSettings.ClientCredentialsFlowMemberSettings

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ClientCredentialsFlowMemberSettings

    Properties

    View Source

    ClientId

    Gets or sets the client ID that allows for a successful login.

    Declaration
    public string ClientId { get; set; }
    Property Value
    Type Description
    System.String

    The client ID.

    View Source

    ClientSecret

    Gets or sets the client secret that allows for a successful login.

    Declaration
    public string ClientSecret { get; set; }
    Property Value
    Type Description
    System.String

    The client secret.

    View Source

    UserName

    Gets or sets the user name of the member to associate with the session after a successful login.

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    System.String

    The user name of the member.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ClientId
      • ClientSecret
      • UserName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX