-
Notifications
You must be signed in to change notification settings - Fork 435
Mark Wilson APIs as Shipped #2903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
57 changes: 56 additions & 1 deletion
57
src/Microsoft.IdentityModel.Abstractions/PublicAPI.Shipped.txt
This file contains hidden or 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,56 @@ | ||
| ||
const Microsoft.IdentityModel.Abstractions.ObservabilityConstants.ActivityId = "ActivityId" -> string | ||
const Microsoft.IdentityModel.Abstractions.ObservabilityConstants.ClientId = "ClientId" -> string | ||
const Microsoft.IdentityModel.Abstractions.ObservabilityConstants.Duration = "Duration" -> string | ||
const Microsoft.IdentityModel.Abstractions.ObservabilityConstants.Succeeded = "Succeeded" -> string | ||
Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.EventLogLevel.Critical = 1 -> Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.EventLogLevel.Error = 2 -> Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.EventLogLevel.Informational = 4 -> Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.EventLogLevel.LogAlways = 0 -> Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.EventLogLevel.Verbose = 5 -> Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.EventLogLevel.Warning = 3 -> Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.IIdentityLogger | ||
Microsoft.IdentityModel.Abstractions.IIdentityLogger.IsEnabled(Microsoft.IdentityModel.Abstractions.EventLogLevel eventLogLevel) -> bool | ||
Microsoft.IdentityModel.Abstractions.IIdentityLogger.Log(Microsoft.IdentityModel.Abstractions.LogEntry entry) -> void | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient.ClientId.get -> string | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient.ClientId.set -> void | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient.Initialize() -> void | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient.IsEnabled() -> bool | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient.IsEnabled(string eventName) -> bool | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient.TrackEvent(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails eventDetails) -> void | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient.TrackEvent(string eventName, System.Collections.Generic.IDictionary<string, string> stringProperties = null, System.Collections.Generic.IDictionary<string, long> longProperties = null, System.Collections.Generic.IDictionary<string, bool> boolProperties = null, System.Collections.Generic.IDictionary<string, System.DateTime> dateTimeProperties = null, System.Collections.Generic.IDictionary<string, double> doubleProperties = null, System.Collections.Generic.IDictionary<string, System.Guid> guidProperties = null) -> void | ||
Microsoft.IdentityModel.Abstractions.LogEntry | ||
Microsoft.IdentityModel.Abstractions.LogEntry.CorrelationId.get -> string | ||
Microsoft.IdentityModel.Abstractions.LogEntry.CorrelationId.set -> void | ||
Microsoft.IdentityModel.Abstractions.LogEntry.EventLogLevel.get -> Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.LogEntry.EventLogLevel.set -> void | ||
Microsoft.IdentityModel.Abstractions.LogEntry.LogEntry() -> void | ||
Microsoft.IdentityModel.Abstractions.LogEntry.Message.get -> string | ||
Microsoft.IdentityModel.Abstractions.LogEntry.Message.set -> void | ||
Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger | ||
Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger.IsEnabled(Microsoft.IdentityModel.Abstractions.EventLogLevel eventLogLevel) -> bool | ||
Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger.Log(Microsoft.IdentityModel.Abstractions.LogEntry entry) -> void | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient.ClientId.get -> string | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient.ClientId.set -> void | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient.Initialize() -> void | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient.IsEnabled() -> bool | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient.IsEnabled(string eventName) -> bool | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient.TrackEvent(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails eventDetails) -> void | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient.TrackEvent(string eventName, System.Collections.Generic.IDictionary<string, string> stringProperties = null, System.Collections.Generic.IDictionary<string, long> longProperties = null, System.Collections.Generic.IDictionary<string, bool> boolProperties = null, System.Collections.Generic.IDictionary<string, System.DateTime> dateTimeProperties = null, System.Collections.Generic.IDictionary<string, double> doubleProperties = null, System.Collections.Generic.IDictionary<string, System.Guid> guidProperties = null) -> void | ||
Microsoft.IdentityModel.Abstractions.ObservabilityConstants | ||
Microsoft.IdentityModel.Abstractions.TelemetryEventDetails | ||
Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.PropertyValues.get -> System.Collections.Generic.IDictionary<string, object> | ||
Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.TelemetryEventDetails() -> void | ||
static Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger.Instance.get -> Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger | ||
static Microsoft.IdentityModel.Abstractions.NullTelemetryClient.Instance.get -> Microsoft.IdentityModel.Abstractions.NullTelemetryClient | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.Name.get -> string | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.Name.set -> void | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.Properties.get -> System.Collections.Generic.IReadOnlyDictionary<string, object> | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.SetProperty(string key, bool value) -> void | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.SetProperty(string key, double value) -> void | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.SetProperty(string key, long value) -> void | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.SetProperty(string key, string value) -> void | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.SetProperty(string key, System.DateTime value) -> void | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.SetProperty(string key, System.Guid value) -> void |
This file contains hidden or 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,56 +0,0 @@ | ||
const Microsoft.IdentityModel.Abstractions.ObservabilityConstants.ActivityId = "ActivityId" -> string | ||
const Microsoft.IdentityModel.Abstractions.ObservabilityConstants.ClientId = "ClientId" -> string | ||
const Microsoft.IdentityModel.Abstractions.ObservabilityConstants.Duration = "Duration" -> string | ||
const Microsoft.IdentityModel.Abstractions.ObservabilityConstants.Succeeded = "Succeeded" -> string | ||
Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.EventLogLevel.Critical = 1 -> Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.EventLogLevel.Error = 2 -> Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.EventLogLevel.Informational = 4 -> Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.EventLogLevel.LogAlways = 0 -> Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.EventLogLevel.Verbose = 5 -> Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.EventLogLevel.Warning = 3 -> Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.IIdentityLogger | ||
Microsoft.IdentityModel.Abstractions.IIdentityLogger.IsEnabled(Microsoft.IdentityModel.Abstractions.EventLogLevel eventLogLevel) -> bool | ||
Microsoft.IdentityModel.Abstractions.IIdentityLogger.Log(Microsoft.IdentityModel.Abstractions.LogEntry entry) -> void | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient.ClientId.get -> string | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient.ClientId.set -> void | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient.Initialize() -> void | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient.IsEnabled() -> bool | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient.IsEnabled(string eventName) -> bool | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient.TrackEvent(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails eventDetails) -> void | ||
Microsoft.IdentityModel.Abstractions.ITelemetryClient.TrackEvent(string eventName, System.Collections.Generic.IDictionary<string, string> stringProperties = null, System.Collections.Generic.IDictionary<string, long> longProperties = null, System.Collections.Generic.IDictionary<string, bool> boolProperties = null, System.Collections.Generic.IDictionary<string, System.DateTime> dateTimeProperties = null, System.Collections.Generic.IDictionary<string, double> doubleProperties = null, System.Collections.Generic.IDictionary<string, System.Guid> guidProperties = null) -> void | ||
Microsoft.IdentityModel.Abstractions.LogEntry | ||
Microsoft.IdentityModel.Abstractions.LogEntry.CorrelationId.get -> string | ||
Microsoft.IdentityModel.Abstractions.LogEntry.CorrelationId.set -> void | ||
Microsoft.IdentityModel.Abstractions.LogEntry.EventLogLevel.get -> Microsoft.IdentityModel.Abstractions.EventLogLevel | ||
Microsoft.IdentityModel.Abstractions.LogEntry.EventLogLevel.set -> void | ||
Microsoft.IdentityModel.Abstractions.LogEntry.LogEntry() -> void | ||
Microsoft.IdentityModel.Abstractions.LogEntry.Message.get -> string | ||
Microsoft.IdentityModel.Abstractions.LogEntry.Message.set -> void | ||
Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger | ||
Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger.IsEnabled(Microsoft.IdentityModel.Abstractions.EventLogLevel eventLogLevel) -> bool | ||
Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger.Log(Microsoft.IdentityModel.Abstractions.LogEntry entry) -> void | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient.ClientId.get -> string | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient.ClientId.set -> void | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient.Initialize() -> void | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient.IsEnabled() -> bool | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient.IsEnabled(string eventName) -> bool | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient.TrackEvent(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails eventDetails) -> void | ||
Microsoft.IdentityModel.Abstractions.NullTelemetryClient.TrackEvent(string eventName, System.Collections.Generic.IDictionary<string, string> stringProperties = null, System.Collections.Generic.IDictionary<string, long> longProperties = null, System.Collections.Generic.IDictionary<string, bool> boolProperties = null, System.Collections.Generic.IDictionary<string, System.DateTime> dateTimeProperties = null, System.Collections.Generic.IDictionary<string, double> doubleProperties = null, System.Collections.Generic.IDictionary<string, System.Guid> guidProperties = null) -> void | ||
Microsoft.IdentityModel.Abstractions.ObservabilityConstants | ||
Microsoft.IdentityModel.Abstractions.TelemetryEventDetails | ||
Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.PropertyValues.get -> System.Collections.Generic.IDictionary<string, object> | ||
Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.TelemetryEventDetails() -> void | ||
static Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger.Instance.get -> Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger | ||
static Microsoft.IdentityModel.Abstractions.NullTelemetryClient.Instance.get -> Microsoft.IdentityModel.Abstractions.NullTelemetryClient | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.Name.get -> string | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.Name.set -> void | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.Properties.get -> System.Collections.Generic.IReadOnlyDictionary<string, object> | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.SetProperty(string key, bool value) -> void | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.SetProperty(string key, double value) -> void | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.SetProperty(string key, long value) -> void | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.SetProperty(string key, string value) -> void | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.SetProperty(string key, System.DateTime value) -> void | ||
virtual Microsoft.IdentityModel.Abstractions.TelemetryEventDetails.SetProperty(string key, System.Guid value) -> void | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.