NewClientOptions Class
Abblix.Oidc.Server
Abblix.Oidc.Server.Common.Configuration
NewClientOptions Class
Defaults used by the dynamic client registration endpoint when minting credentials for a newly registered client: how its client identifier and client secret are generated and how long the secret stays valid.
public record NewClientOptions : System.IEquatable<Abblix.Oidc.Server.Common.Configuration.NewClientOptions>
Inheritance System.Object → NewClientOptions
Implements System.IEquatable<NewClientOptions>
Properties
NewClientOptions.ClientId Property
Generation parameters for the client identifier issued to a newly registered client.
public Abblix.Oidc.Server.Common.Configuration.ClientIdOptions ClientId { get; init; }
Property Value
NewClientOptions.ClientSecret Property
Generation parameters and lifetime policy for the client secret issued to a newly registered client.
public Abblix.Oidc.Server.Common.Configuration.ClientSecretOptions ClientSecret { get; init; }