Class AccessTokenOptions
- Namespace
- Dynamicweb.Mailing
- Assembly
- Dynamicweb.Core.dll
The access tocen authentication options
public sealed class AccessTokenOptions
- Inheritance
-
AccessTokenOptions
- Inherited Members
Properties
ClientId
Get or set the Application (client) Id
public required string ClientId { get; set; }
Property Value
ClientSecret
Get or set the Client secret value
public required string ClientSecret { get; set; }
Property Value
TenantId
Get or set the Directory (tenant) Id
public required string TenantId { get; set; }