forked from daren.hsu/line_push
8 lines
165 B
TypeScript
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;
|