native_authentication
A Dart-only library for performing authentication flows using native APIs.
The platform implementations for NativeAuthentication
are:
Platform | Implementation |
---|---|
iOS/macOS | ASWebAuthenticationSession |
Android | Custom Tabs |
Linux/Windows | Localhost HTTP server |
Web | HTTP Redirects |