Class ClientConfiguration
Configuration for the Azure Active Directory client.
Inheritance
System.Object
ClientConfiguration
Namespace: Den.Dev.Grunt.Models
Assembly: Den.Dev.Grunt.dll
Syntax
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class ClientConfiguration
Constructors
| Name | Description |
|---|---|
| ClientConfiguration() |
Properties
| Name | Description |
|---|---|
| ClientId | Gets or sets the client ID. |
| ClientSecret | Gets or sets the client secret. |
| RedirectUrl | Gets or sets the redirect URL for the client. |
| TitleId | Gets or sets the title ID. |