wif_workaround 0.1.1 copy "wif_workaround: ^0.1.1" to clipboard
wif_workaround: ^0.1.1 copied to clipboard

A workaround to use Workload Identity Federation with googleapis_auth, calls gcloud CLI to get the access token.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wif_workaround

With Flutter:

 $ flutter pub add wif_workaround

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  wif_workaround: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:wif_workaround/wif_workaround.dart';
1
likes
160
pub points
0%
popularity

Publisher

verified publisherainkin.com

A workaround to use Workload Identity Federation with googleapis_auth, calls gcloud CLI to get the access token.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT-0 (license)

Dependencies

googleapis_auth, http

More

Packages that depend on wif_workaround