msal_mobile 0.1.4 copy "msal_mobile: ^0.1.4" to clipboard
msal_mobile: ^0.1.4 copied to clipboard

A Flutter plugin for authenticating with Azure AD on Android and iOS using the Microsoft Authentication library (MSAL).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add msal_mobile

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

dependencies:
  msal_mobile: ^0.1.4

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:msal_mobile/msal_mobile.dart';
15
likes
40
pub points
46%
popularity

Publisher

unverified uploader

A Flutter plugin for authenticating with Azure AD on Android and iOS using the Microsoft Authentication library (MSAL).

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_cache_manager

More

Packages that depend on msal_mobile