@mapgear/geoapps-core > HttpClient > SetBearerToken
HttpClient.SetBearerToken() method
Set a bearer token that is used for authenticating the requests that are performed by the HttpClient
Signature:SetBearerToken(token: string): void;
Parameters
Parameter | Type | Description |
---|---|---|
token | string | The Bearer-token that is added |
void