purity_oauth2 0.11.2
purity_oauth2: ^0.11.2 copied to clipboard
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_oauth2This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
purity_oauth2: ^0.11.2Alternatively, 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/interface/oauth2.dart';
import 'package:purity_oauth2/mock_model/oauth2.dart';
import 'package:purity_oauth2/model/google_login.dart';
import 'package:purity_oauth2/model/login.dart';
import 'package:purity_oauth2/model/oauth2.dart';
import 'package:purity_oauth2/view/google_login.dart';