azure_ad_authentication 1.0.1
azure_ad_authentication: ^1.0.1 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 web APIs. It can be used to prov [...]
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.1
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';