accessToken property
Authorization token (eg: JWT) required for authorization by your server at Config.url.
The SDK will automatically apply the configured accessToken
to each HTTP request's Authorization
header, eg:
"Authorization": "Bearer XXX.YYY.ZZZ"
You do not need to manually configure Config.headers with the Authorization
parameter. It is all automatic.
Implementation
String? accessToken;