oauth_client 1.0.0 copy "oauth_client: ^1.0.0" to clipboard
oauth_client: ^1.0.0 copied to clipboard

Biblioteca para utilização de OpenID Connect e implementações clients.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate oauth_client

Use it

The package has the following executables:

$ oauth_client

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add oauth_client

With Flutter:

 $ flutter pub add oauth_client

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

dependencies:
  oauth_client: ^1.0.0

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:oauth_client/oauth_client.dart';
2
likes
125
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

Biblioteca para utilização de OpenID Connect e implementações clients.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, clock, http, jose, logging, meta, pointycastle

More

Packages that depend on oauth_client