Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Nov 23, 2022
1 parent e227e0d commit 8942495
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/wdi5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<boolean> {
let authenticatorInstance
if (!browserInstanceName) {
Expand Down

0 comments on commit 8942495

Please sign in to comment.