GET api/User/Claim/Validate

Validates whether the user is authenticated or not. This is useful for checking if the user has a valid session or token.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

An containing an authenticated property in the body indicating the authentication status of the user.

IHttpActionResult

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.