Table of Contents

Field Authorization

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

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.