OAuth
oauth
Domain types
DeviceAuthorizationResponse = { device_code, expires_in, interval, 3 more... }
Response from the device authorization endpoint per RFC 8628. Contains codes and URIs for the device flow.
OAuthGrant = { id, created_at, grant_type, 1 more... }
An active OAuth grant representing an authorized session.
OAuthGrantListResponse = { data }
List of active OAuth grants for the authenticated user.
OAuthGrantRevokeResponse = { success }
Response from revoking an OAuth grant.