Basic
The Basic
authentication type performs a Basic authentication by adding a Base64 encoded Authorization
header in the format of Basic <Base64 credentials>
, it requires the following parameters;
Name | Description |
---|---|
| The username to encode |
| The password to encode |
Last updated