You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels