Files
line_push/node_modules/@line/liff/dist/lib/auth/login.d.ts
T
darenhsu befd344ab0 add file
2022-07-17 13:16:16 +08:00

8 lines
165 B
TypeScript

/**
* Performs the LINE Login process (web login) for the Web app.
* @export
*/
export default function login(loginConfig?: {
redirectUri?: string;
}): void;