Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Refitter/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ payloads with (yet) unknown types are offered by newer versions of an API
/// <summary>
/// Controls how authorization headers are generated for authenticated operations.
/// </summary>
[Description("Controls generation of Authorization header support. Options: None (no authentication code is generated), Parameter (adds method parameters for authentication), Method (generates a Refit [Headers] attribute for bearer token authentication). Also see 'security-scheme' option")]
[Description("Controls generation of Authorization header support. Options: None (no authentication code is generated), Parameter (adds method parameters for authentication), Method (generates a Refit [[Headers]] attribute for bearer token authentication). Also see 'security-scheme' option")]
[CommandOption("--generate-authentication-header")]
[DefaultValue(AuthenticationHeaderStyle.None)]
public AuthenticationHeaderStyle GenerateAuthenticationHeader { get; set; } = AuthenticationHeaderStyle.None;
Expand Down
Loading