Files
line_push/node_modules/@line/liff/dist/lib/auth/login.d.ts
T
2022-07-21 03:28:35 +00: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;