Skip to content

Instantly share code, notes, and snippets.

@dev4jam
Created March 21, 2022 06:48
Show Gist options
  • Save dev4jam/05282a003427ee49e80988263cfc7b60 to your computer and use it in GitHub Desktop.
Save dev4jam/05282a003427ee49e80988263cfc7b60 to your computer and use it in GitHub Desktop.
Basic auth
void addBasicAuth(String accessToken) {
_headers['Authorization'] = 'Bearer $accessToken';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment