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;
var userPermissions = await _userManager.GetPermissions(userId);

...