OAuthClientAuthorizationHistory
org.sagebionetworks.repo.model.oauth.OAuthClientAuthorizationHistory
An object representing an OAuth 2.0 client that has been authorized to request a user's resources and identity
Field | Type | Description |
---|---|---|
client | OAuthClient | OAuth 2.0 Client metadata described in OpenID Connect Core 1.0 Client Metadata |
authorizedOn | STRING | The date that authorization was granted to the OAuth client, i.e. the oldest timestamp for an active refresh token for the given client and user. |
lastUsed | STRING | The most recent time the OAuth client has utilized its authorization by requesting an access token. |