googleapis_auth 0.2.5+3
googleapis_auth: ^0.2.5+3 copied to clipboard
Obtain Access credentials for Google services using OAuth 2.0
0.2.5+3 #
- Support
package:http>=0.11.3+17 <0.13.0.
0.2.5+2 #
- Support Dart 2.
0.2.5+1 #
- Switch all uppercase constants from
dart:convertto lowercase.
0.2.5 #
- Add an optional
loginHintparameter 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_tokentoAccessCredentials -
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
cryptopackage.
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
MetadataServerAuthorizationFlowinstead of the deprecated "X-Google-Metadata-Request" header.
0.2.3 #
- Allow
ServiceAccountCredentialsconstructors to take an optionaluserargument to specify a user to impersonate.
0.2.2 #
- Allow
ServiceAccountCredentials.fromJsonto accept aMap. - Cleaned up
README.md
0.2.1 #
- Added optional
forceandimmediatearguments torunHybridFlow.
0.2.0 #
- Renamed
forceUserConsentparameter toimmediate. - Added
runHybridFlowfunction toauth_browser, with correspondingHybridFlowResultclass.
0.1.1 #
- Add
clientViaApiKeyfunctions toauth_ioadauth_browser.
0.1.0 #
- First release.