You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
AuthorizationHeaders
export interface AuthorizationHeaders {
[AXIOS_TOKEN_TYPE_HEADER_NAME]: TokenType;
Authorization: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
"x-token-type" | Required | TokenType | |
Authorization | Required | string |