Property Authorization
Authorization
Gets or sets the value of the HTTP Authorization header.
Contains credentials for authenticating the client with the server, often used for basic or bearer token authentication.
public string? Authorization { get; set; }