1.0.2 • Published 3 years ago

@onout/capacitor-kakao-login v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@onout/capacitor-kakao-login

NPM version Downloads

Install

npm install @onout/capacitor-kakao-login
npx cap sync

API

goLogin()

goLogin() => Promise<{ "accessToken": string; "expiredAt": string; "expiresIn": string; "refreshToken": string; "idToken": string; "refreshTokenExpiredAt": string; "refreshTokenExpiresIn": string; "tokenType": string; }>

Returns: Promise<{ accessToken: string; expiredAt: string; expiresIn: string; refreshToken: string; idToken: string; refreshTokenExpiredAt: string; refreshTokenExpiresIn: string; tokenType: string; }>


goLogout()

goLogout() => Promise<any>

Returns: Promise<any>


getUserInfo()

getUserInfo() => Promise<{ value: any; }>

Returns: Promise<{ value: any; }>


sendLinkFeed(...)

sendLinkFeed(options: { title: string; description: string; imageUrl: string; imageLinkUrl: string; buttonTitle: string; imageWidth?: number; imageHeight?: number; }) => Promise<void>
ParamType
options{ title: string; description: string; imageUrl: string; imageLinkUrl: string; buttonTitle: string; imageWidth?: number; imageHeight?: number; }

talkInChannel(...)

talkInChannel(options: { publicId: string; }) => Promise<any>
ParamType
options{ publicId: string; }

Returns: Promise<any>


1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1-test

3 years ago