tauri-plugin-oauth-session 0.1.0

Tauri plugin that drives OAuth flows through ASWebAuthenticationSession on iOS and Chrome Custom Tabs on Android.
Documentation
1
2
3
4
5
6
7
# Keep the plugin class and @Command-annotated entry points; the Tauri host
# resolves them by name via reflection.
-keep class app.tauri.oauth_session.OAuthSessionPlugin { *; }
-keep class app.tauri.oauth_session.RedirectActivity { *; }
-keepclassmembers class app.tauri.oauth_session.** {
    @app.tauri.annotation.Command *;
}