purity_oauth2 0.2.0 copy "purity_oauth2: ^0.2.0" to clipboard
purity_oauth2: ^0.2.0 copied to clipboard

outdatedDart 1 only

An OAuth2 library for the Purity framework

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add purity_oauth2

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

dependencies:
  purity_oauth2: ^0.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:purity_oauth2/mock_source/mock_login.dart';
import 'package:purity_oauth2/mock_source/purity_oauth2_mock_source.dart';
import 'package:purity_oauth2/source/google_login.dart';
import 'package:purity_oauth2/source/login.dart';
import 'package:purity_oauth2/source/purity_oauth2_source.dart';
import 'package:purity_oauth2/tran/purity_oauth2_tran.dart';
0
likes
0
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

An OAuth2 library for the Purity framework

Repository
View/report issues

License

unknown (license)

Dependencies

oauth2, purity, unittest

More

Packages that depend on purity_oauth2