0.2.5+1

  • Switch all uppercase constants from dart:convert to lowercase.

0.2.5

  • Add an optional loginHint parameter to browser oauth2 flow APIs which can be used to specify a hint as to which user is being logged in.

0.2.4

  • Added id_token to AccessCredentials

  • Migrated to Dart 2 BigInt.

0.2.3+6

  • Fix async issue in oauth2 flow implementation

0.2.3+5

  • Support the latest version of crypto package.

0.2.3+4

  • Make package strong-mode compliant.

0.2.3+3

  • Support package:crypto >= 0.9.2

0.2.3+2

  • Use preferred “Metadata-Flavor” HTTP header in MetadataServerAuthorizationFlow instead of the deprecated “X-Google-Metadata-Request” header.

0.2.3

  • Allow ServiceAccountCredentials constructors to take an optional user argument to specify a user to impersonate.

0.2.2

  • Allow ServiceAccountCredentials.fromJson to accept a Map.
  • Cleaned up README.md

0.2.1

  • Added optional force and immediate arguments to runHybridFlow.

0.2.0

  • Renamed forceUserConsent parameter to immediate.
  • Added runHybridFlow function to auth_browser, with corresponding HybridFlowResult class.

0.1.1

  • Add clientViaApiKey functions to auth_io ad auth_browser.

0.1.0

  • First release.