Skip to content

Instantly share code, notes, and snippets.

@ptruiz
Created October 12, 2020 22:44
Show Gist options
  • Save ptruiz/fa2692d9c8a75ff6e37887e3be7b7840 to your computer and use it in GitHub Desktop.
Save ptruiz/fa2692d9c8a75ff6e37887e3be7b7840 to your computer and use it in GitHub Desktop.
final AuthCredential credential = GithubAuthProvider.credential(
json.decode(response.body)['access_token'],
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment