11.5.4 AddBearerAuthorization Method
Adds a request header that specifies a bearer token. Bearer token is valid for a period of time and can be used in subsequent requests, so it must be kept secret. Use it only in conjunction with HTTPS/TLS.
Input Arguments
Name | Type | Mandatory | Description |
|---|---|---|---|
Value | String (Unicode) | Yes | The bearer token to send. |
Return Value
None