AuthorizationInfoControllerBaseGetAllClaims Method

Gets all the claims associated with the authenticated user.

Definition

Namespace: Gemstone.Web.APIController
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.175 -- Release Build+281322aaa7715d4f70d4809d501000e93a26157e
[HttpGetAttribute]
[RouteAttribute("user/claims")]
public virtual IActionResult GetAllClaims()

Return Value

IActionResult
All of the authenticated user's claims.

See Also