@bdhwan/capacitor-kakaologin
v0.0.7
Published
kakao login
Downloads
13
Readme
capacitor-kakaologin
kakao login
Install
npm install capacitor-kakaologin
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
getAccessToken()
getAccessToken() => Promise<{ code?: string; error?: string; }>Returns: Promise<{ code?: string; error?: string; }>
getAuthToken(...)
getAuthToken(web_key: string, returnUrl: string) => Promise<{ code?: string; error?: string; }>| Param | Type |
| --------------- | ------------------- |
| web_key | string |
| returnUrl | string |
Returns: Promise<{ code?: string; error?: string; }>
