GET /oauth2/audit/grantedClients/{clientId}/tokens
Get a paginated list of metadata about refresh tokens granted to a particular OAuth 2 client on behalf of the requesting user. The token itself may not be retrieved. Refresh tokens that have been revoked will not be included in this list.
Resource URL
https://repo-prod.prod.sagebase.org/auth/v1/oauth2/audit/grantedClients/{clientId}/tokens
Resource URL Variables
{clientId} |
Parameters
nextPageToken optional |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | OAuthRefreshTokenInformationList (application/json) |