Class DeliveryApiSettings.ClientCredentialsFlowMemberSettings
Typed configuration options for Client Credentials Flow member association settings.
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class DeliveryApiSettings.ClientCredentialsFlowMemberSettings
Constructors
View SourceClientCredentialsFlowMemberSettings()
Declaration
public ClientCredentialsFlowMemberSettings()
Properties
View SourceClientId
Gets or sets the client ID that allows for a successful login.
Declaration
public string ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client ID. |
ClientSecret
Gets or sets the client secret that allows for a successful login.
Declaration
public string ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The client secret. |
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 |
|---|---|
| string | The user name of the member. |