oauth2_client_at 1.5.1 copy "oauth2_client_at: ^1.5.1" to clipboard
oauth2_client_at: ^1.5.1 copied to clipboard

Flutter library for interacting with standard or custom OAuth 2 servers. Provides convenience classes for secure token storage and automatic token refeshing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add oauth2_client_at

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

dependencies:
  oauth2_client_at: ^1.5.1

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

Import it

Now in your Dart code, you can use:

import 'package:oauth2_client_at/access_token_response.dart';
import 'package:oauth2_client_at/authorization_response.dart';
import 'package:oauth2_client_at/facebook_oauth2_client.dart';
import 'package:oauth2_client_at/github_oauth2_client.dart';
import 'package:oauth2_client_at/google_oauth2_client.dart';
import 'package:oauth2_client_at/linkedin_oauth2_client.dart';
import 'package:oauth2_client_at/oauth2_client.dart';
import 'package:oauth2_client_at/oauth2_exception.dart';
import 'package:oauth2_client_at/oauth2_helper.dart';
import 'package:oauth2_client_at/oauth2_response.dart';
0
likes
40
pub points
0%
popularity

Publisher

verified publisheralexrobertson.dev

Flutter library for interacting with standard or custom OAuth 2 servers. Provides convenience classes for secure token storage and automatic token refeshing.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

crypto, flutter, flutter_secure_storage, flutter_web_auth, http, meta, random_string

More

Packages that depend on oauth2_client_at