OAuth 2 Token Info
Field | Type | Required | Description |
---|---|---|---|
application |
T.nilable(Shared::OAuth2TokenInfoApplication) | ➖ | OAuth 2 Client Application |
created_at |
T.nilable(Integer) | ➖ | OAuth 2 Access Token Creation Time |
expires_in |
T.nilable(Integer) | ➖ | OAuth 2 Access Token Expiration Time in Seconds |
resource_owner_id |
T.nilable(String) | ➖ | OAuth 2 Resource Owner ID. Always null when using client_credentials grant type. |
scope |
T::Array<String> | ➖ | OAuth 2 Scopes |