|
|
@ -64,13 +64,6 @@ namespace Microsoft.Extensions.DependencyInjection |
|
|
public OpenIddictMvcBuilder DisableBindingExceptions() |
|
|
public OpenIddictMvcBuilder DisableBindingExceptions() |
|
|
=> Configure(options => options.DisableBindingExceptions = true); |
|
|
=> Configure(options => options.DisableBindingExceptions = true); |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Returns a string that represents the current object.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <returns>A string that represents the current object.</returns>
|
|
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Never)] |
|
|
|
|
|
public override string ToString() => base.ToString(); |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Determines whether the specified object is equal to the current object.
|
|
|
/// Determines whether the specified object is equal to the current object.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
@ -85,5 +78,12 @@ namespace Microsoft.Extensions.DependencyInjection |
|
|
/// <returns>A hash code for the current object.</returns>
|
|
|
/// <returns>A hash code for the current object.</returns>
|
|
|
[EditorBrowsable(EditorBrowsableState.Never)] |
|
|
[EditorBrowsable(EditorBrowsableState.Never)] |
|
|
public override int GetHashCode() => base.GetHashCode(); |
|
|
public override int GetHashCode() => base.GetHashCode(); |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Returns a string that represents the current object.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <returns>A string that represents the current object.</returns>
|
|
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Never)] |
|
|
|
|
|
public override string ToString() => base.ToString(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|