diff --git a/src/OpenIddict.Server/OpenIddictServerOptions.cs b/src/OpenIddict.Server/OpenIddictServerOptions.cs index 05055cf7..9126eabc 100644 --- a/src/OpenIddict.Server/OpenIddictServerOptions.cs +++ b/src/OpenIddict.Server/OpenIddictServerOptions.cs @@ -105,7 +105,7 @@ namespace OpenIddict.Server }; /// - /// Gets or sets the period of time the authorization codes remain valid after being issued. + /// Gets or sets the period of time authorization codes remain valid after being issued. The default value is 5 minutes. /// While not recommended, this property can be set to null to issue codes that never expire. /// public TimeSpan? AuthorizationCodeLifetime { get; set; } = TimeSpan.FromMinutes(5);