diff --git a/src/wdi5.ts b/src/wdi5.ts index 4985b4de..df715c1b 100644 --- a/src/wdi5.ts +++ b/src/wdi5.ts @@ -10,6 +10,13 @@ export class wdi5 { static getLogger(sPrefix = "wdi5") { return Logger.getInstance(sPrefix) } + + /** + * expose the current authentication status + * + * @param browserInstanceName + * @returns the current authentication status + */ static async isLoggedIn(browserInstanceName?): Promise { let authenticatorInstance if (!browserInstanceName) {