OAuthTokenIntrospectionRequest
org.sagebionetworks.repo.model.oauth.OAuthTokenIntrospectionRequest
Request to introspect an OAuth 2.0 access token, loosely based on RFC 7662.
| Field | Type | Description |
|---|---|---|
| token | STRING | The access token to introspect |
| max_age | INTEGER | Optional maximum authentication age in seconds. If the user's authentication occurred more than this many seconds ago, the token is considered inactive. |