Skip to content

Commit cf586aa

Browse files
author
mt-roberto
committed
chore(dist): distribution files
1 parent 64156ca commit cf586aa

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/endpoints.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ export declare const MY_ACCOUNT: {
99
PATHS: {
1010
OAUTH: string;
1111
SETTINGS: string;
12+
LOGOUT: string;
1213
};
1314
};

dist/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ declare class LinkSDK {
4242
private isInitialized;
4343
init({ clientId, scope, isTestEnvironment, redirectUri, continueTo, responseType, locale, state }: IConfig): void;
4444
authorize({ newTab, email, authPage, backTo, showAuthToggle }?: IMyAccountOptions): void;
45+
logout({ newTab, email, authPage, backTo, showAuthToggle }?: IMyAccountOptions): void;
4546
openVault({ newTab, backTo }?: IVaultOptions): void;
4647
openSettings({ newTab, backTo }?: IMyAccountOptions): void;
4748
}

0 commit comments

Comments
 (0)