azure_ad_authentication 1.0.5 copy "azure_ad_authentication: ^1.0.5" to clipboard
azure_ad_authentication: ^1.0.5 copied to clipboard

The Microsoft Authentication Library (MSAL) enables developers to acquire tokens from the Microsoft identity platform in order to authenticate users and access secured

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add azure_ad_authentication

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

dependencies:
  azure_ad_authentication: ^1.0.5

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:azure_ad_authentication/azure_ad_authentication.dart';
23
likes
120
pub points
87%
popularity

Publisher

unverified uploader

The Microsoft Authentication Library (MSAL) enables developers to acquire tokens from the Microsoft identity platform in order to authenticate users and access secured

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on azure_ad_authentication