Перейти к содержимому
Abblix
Эта страница ещё не переведена.

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.

C#
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.

C#
public Abblix.Oidc.Server.Common.Configuration.ClientIdOptions ClientId { get; init; }

Property Value

ClientIdOptions

NewClientOptions.ClientSecret Property

Generation parameters and lifetime policy for the client secret issued to a newly registered client.

C#
public Abblix.Oidc.Server.Common.Configuration.ClientSecretOptions ClientSecret { get; init; }

Property Value

ClientSecretOptions