authHeaders property

Future<Map<String, String>> authHeaders
getter/setter pair

Convenience method returning a <String, String> map of HTML Authorization headers, containing the current authentication.accessToken.

See also https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization.

Implementation

Future<Map<String, String>> authHeaders;