Browse Source

Fix CreateDeviceCodeEntry's XML documentation

pull/1194/head
Kévin Chalet 5 years ago
parent
commit
3ddc34c4c0
  1. 2
      src/OpenIddict.Server/OpenIddictServerHandlers.cs

2
src/OpenIddict.Server/OpenIddictServerHandlers.cs

@ -3029,7 +3029,7 @@ namespace OpenIddict.Server
}
/// <summary>
/// Contains the logic responsible of creating an access token entry.
/// Contains the logic responsible of creating a device code entry.
/// Note: this handler is not used when the degraded mode is enabled.
/// </summary>
public class CreateDeviceCodeEntry : IOpenIddictServerHandler<ProcessSignInContext>

Loading…
Cancel
Save