Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On authorization error, 403 Forbidden

Example

Code Block
languagec#
int userId = 1;
await _userManager.Exists(userId);

...