Overview
Index
Root resource
summary: resource |
method
detail:
method
Path:
/
realms
/
{realm}
/
tokens
/ validate
Validate encoded access token.
Path parameters:
realm
-
Method Summary
Resource
Description
GET /realms/{realm}/tokens/validate?access_token=…
Validate encoded access token.
Method Detail
HTTP Example:
GET /realms/{realm}/tokens/validate?access_token=…
Validate encoded access token.
Output:
javax.ws.rs.core.Response
- Unmarshalled token
Query parameters:
access_token
Produces:
application/json
Overview
Index
Root resource
summary: resource |
method
detail:
method