native_authentication 0.1.3
native_authentication: ^0.1.3 copied to clipboard
Native bindings for platform-specific authentication APIs like ASWebAuthenticationSession and Chrome Custom Tabs.
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 |