a ionic dingding plugin
npm install capacitor-plugin-dingtalka ionic dingding plugin
``bash`
npm install capacitor-plugin-dingtalk
npx cap sync
`typescript`
sendAuth(options: { appId: string; }) => Promise<{ code: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options` | { appId: string; } |
Returns: Promise<{ code: string; }>
--------------------