Table of Contents

Property Authorization

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

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; }

Property Value

string