-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added FmiPath member to AcquireTokenOptions * Add test for FMI path
- Loading branch information
1 parent
bcdd33a
commit d7bbd42
Showing
8 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
src/Microsoft.Identity.Abstractions/PublicAPI/net462/PublicAPI.Unshipped.txt
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 +1,3 @@ | ||
#nullable enable | ||
Microsoft.Identity.Abstractions.AcquireTokenOptions.FmiPath.get -> string? | ||
Microsoft.Identity.Abstractions.AcquireTokenOptions.FmiPath.set -> void |
2 changes: 2 additions & 0 deletions
2
src/Microsoft.Identity.Abstractions/PublicAPI/net8.0/PublicAPI.Unshipped.txt
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 +1,3 @@ | ||
#nullable enable | ||
Microsoft.Identity.Abstractions.AcquireTokenOptions.FmiPath.get -> string? | ||
Microsoft.Identity.Abstractions.AcquireTokenOptions.FmiPath.set -> void |
2 changes: 2 additions & 0 deletions
2
src/Microsoft.Identity.Abstractions/PublicAPI/netstandard2.0/PublicAPI.Unshipped.txt
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 +1,3 @@ | ||
#nullable enable | ||
Microsoft.Identity.Abstractions.AcquireTokenOptions.FmiPath.get -> string? | ||
Microsoft.Identity.Abstractions.AcquireTokenOptions.FmiPath.set -> void |
2 changes: 2 additions & 0 deletions
2
src/Microsoft.Identity.Abstractions/PublicAPI/netstandard2.1/PublicAPI.Unshipped.txt
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 +1,3 @@ | ||
#nullable enable | ||
Microsoft.Identity.Abstractions.AcquireTokenOptions.FmiPath.get -> string? | ||
Microsoft.Identity.Abstractions.AcquireTokenOptions.FmiPath.set -> void |
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