azure_ad_authentication 1.0.5 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';