Basic
Last updated
Was this helpful?
Last updated
Was this helpful?
The Basic
authentication type performs a authentication by adding a Base64 encoded Authorization
header in the format of Basic <Base64 credentials>
, it requires the following parameters;
Username
The username to encode
Password
The password to encode