authing_sdk_odds 1.1.10 copy "authing_sdk_odds: ^1.1.10" to clipboard
authing_sdk_odds: ^1.1.10 copied to clipboard

Authing SDK for Flutter. It provides basic authentication APIs, user profile APIs, social connection APIs, Multi-factor Authentication APIs

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add authing_sdk_odds

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

dependencies:
  authing_sdk_odds: ^1.1.10

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:authing_sdk_odds/authing.dart';
import 'package:authing_sdk_odds/client.dart';
import 'package:authing_sdk_odds/config.dart';
import 'package:authing_sdk_odds/oidc/auth_request.dart';
import 'package:authing_sdk_odds/oidc/cookie_manager.dart';
import 'package:authing_sdk_odds/oidc/oidc_client.dart';
import 'package:authing_sdk_odds/result.dart';
import 'package:authing_sdk_odds/user.dart';
import 'package:authing_sdk_odds/util.dart';
0
likes
130
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

Authing SDK for Flutter. It provides basic authentication APIs, user profile APIs, social connection APIs, Multi-factor Authentication APIs

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, encrypt, flutter, http, pointycastle, shared_preferences

More

Packages that depend on authing_sdk_odds