interface AuthorizationHeader {
    name?: string;
    value?: string;
}

Properties

Properties

name?: string

Gets or sets the name of authorization header.

value?: string

Gets or sets the value of authorization header.