Skip to content

Commit

Permalink
update WAM functionality opt-in
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya committed Oct 4, 2023
1 parent f38499f commit 559b5f9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ export interface InteractiveBrowserCredentialNodeOptions
* Setting this option skips the account selection prompt and immediately attempts to login with the specified account.
*/
loginHint?: string;

/**
* Allows users to opt-in the WAM functionality.
*/
useBroker?: boolean
}

/**
Expand Down

0 comments on commit 559b5f9

Please sign in to comment.