- Ignore script loading error after timeout for in-browser implicit login-flow.
- Support
package:http
>=0.11.3+17 <0.13.0
.
- Support Dart 2.
- Switch all uppercase constants from
dart:convert
to lowercase.
- 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.
-
Added
id_token
toAccessCredentials
-
Migrated to Dart 2
BigInt
.
- Fix async issue in oauth2 flow implementation
- Support the latest version of
crypto
package.
- Make package strong-mode compliant.
- Support package:crypto >= 0.9.2
- Use preferred "Metadata-Flavor" HTTP header in
MetadataServerAuthorizationFlow
instead of the deprecated "X-Google-Metadata-Request" header.
- Allow
ServiceAccountCredentials
constructors to take an optionaluser
argument to specify a user to impersonate.
- Allow
ServiceAccountCredentials.fromJson
to accept aMap
. - Cleaned up
README.md
- Added optional
force
andimmediate
arguments torunHybridFlow
.
- Renamed
forceUserConsent
parameter toimmediate
. - Added
runHybridFlow
function toauth_browser
, with correspondingHybridFlowResult
class.
- Add
clientViaApiKey
functions toauth_io
adauth_browser
.
- First release.