An authorization header on HTTP requests with the following syntax:

Authorization: Basic Base64(<USERNAME>:<PASSWORD>)

Example

Token Value
USERNAME sample
PASSWORD p5$$word

The actual authorization header would be the following:

Authorization: Basic c2FtcGxlOnA1JCR3b3Jk

Related
OAuth2 Basic Authentication Header (RFC7649)