Field Authorization
The HTTP Authorization header.
Contains credentials for authenticating the client with the server, often used for basic or bearer token authentication.
public const string Authorization = "Authorization"
Returns
- string
- The HTTP Authorization header. Contains credentials for authenticating the client with the server, often used for basic or bearer token authentication.