Skip to content

reusserdesign/capacitor-web-auth

Repository files navigation

capacitor-web-auth

Plugin for iOS ASWebAuthenticationSession API

Install

npm install capacitor-web-auth
npx cap sync

API

login(...)

login(options: { url: string; redirectScheme: string; }) => Promise<{ value: string; }>
Param Type
options { url: string; redirectScheme: string; }

Returns: Promise<{ value: string; }>


About

A nice wrapper around ASWebAuthenticationSession

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published