-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linted/Formatted all msal-node samples (#7450)
I made no changes of my own, but saved every file. The linting/formatting happened automatically.
- Loading branch information
1 parent
2eabbbd
commit 284fd9d
Showing
79 changed files
with
1,796 additions
and
1,130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
export type MsidApp = { | ||
appName?: string, | ||
appId?: string, | ||
authority?: string, | ||
b2cAuthorities?: string, | ||
defaultScopes?: string, | ||
appRoles?: string, | ||
multitenantApp?: string, | ||
clientSecret?: string, | ||
clientCertificate?: string | ||
appName?: string; | ||
appId?: string; | ||
authority?: string; | ||
b2cAuthorities?: string; | ||
defaultScopes?: string; | ||
appRoles?: string; | ||
multitenantApp?: string; | ||
clientSecret?: string; | ||
clientCertificate?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
export type MsidLab = { | ||
labName?: string, | ||
region?: string, | ||
id?: number, | ||
tenantId?: string, | ||
federationProvider?: string, | ||
azureEnvironment?: string, | ||
credentialKeyVaultKeyName?: string, | ||
authority?: string, | ||
adfsEndpoint?: string | ||
labName?: string; | ||
region?: string; | ||
id?: number; | ||
tenantId?: string; | ||
federationProvider?: string; | ||
azureEnvironment?: string; | ||
credentialKeyVaultKeyName?: string; | ||
authority?: string; | ||
adfsEndpoint?: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
samples/msal-node-samples/ElectronSystemBrowserTestApp/src/App.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License | ||
|
||
import Main from './Main'; | ||
Main.main(); | ||
import Main from "./Main"; | ||
Main.main(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.