capacitor-nextcloud-sso
v0.0.3
Published
Capacitor wrapper around Nextcloud Sso for Android
Readme
capacitor-nextcloud-sso
Single sign-on for Nextcloud
Install
npm install capacitor-nextcloud-sso
npx cap syncAPI
chooseAccount()
chooseAccount() => Promise<SingleSignOnAccount>Returns: Promise<SingleSignOnAccount>
Interfaces
SingleSignOnAccount
| Prop | Type |
| ------------ | ------------------- |
| name | string |
| userId | string |
| token | string |
| url | string |
| type | string |
