ms_auth_login 0.2.1 copy "ms_auth_login: ^0.2.1" to clipboard
ms_auth_login: ^0.2.1 copied to clipboard

MSAL login for Flutter Android

ms_auth_login #

In which i used the official microsoft login android plugin version 3.+,

consists of 4 method init(), login(), silentToken(), and signOut(),

you can access all the method by using MsAuthLogin class.

first you need to call init method. in which you have to pass or required parameters are clientId, redirectUri, tenantId and resourceId.

after that you can call login() and then silentToken() function.

For manifest or Android side settings you can visit:

Official Android library link:

https://github.com/AzureAD/microsoft-authentication-library-for-android

i'm beginner in IOS development so welcome to anyone who wants to contribute for Flutter (IOS).

Thank you.

2
likes
120
pub points
15%
popularity

Publisher

unverified uploader

MSAL login for Flutter Android

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ms_auth_login