7 changed files with 32 additions and 36 deletions
@ -1,14 +0,0 @@ |
|||
/* |
|||
* Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
|
|||
* See https://github.com/openiddict/core for more information concerning
|
|||
* the license and the contributors participating to this project. |
|||
*/ |
|||
|
|||
namespace OpenIddict { |
|||
public static class OpenIddictDefaults { |
|||
/// <summary>
|
|||
/// Gets the default authentication scheme used by OpenIddict.
|
|||
/// </summary>
|
|||
public const string AuthenticationScheme = "OpenIddict"; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue