Skip to main content

cloud.user_oauth_logins

Schema: cloud
English table: cloud.user_oauth_logins
Italian original table: cloud._oauth_logins
Description: Stores active OAuth sessions and external provider mapping for users.

Overview

  • Columns: 7
  • Primary key: uol_login_id
  • Outgoing foreign keys: 0
  • Incoming foreign keys: 0
  • Indexes: 0

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
uol_login_idoauth_idintegerNOPrimary key: auto-incrementing ID for the OAuth login record.
uol_user_idoauth_user_iduuidNOReference to the internal system user (cloud.users).
uol_provider_idoauth_provider_iduuidNOReference to the specific OAuth provider (cloud.oauth_providers).
uol_external_provider_user_idoauth_provider_useriduuidNOThe unique ID returned by the external provider (e.g., Google Sub ID).
uol_access_tokenoauth_tokencharacter varyingNOThe authentication token provided by the OAuth service.
uol_created_atoauth_created_attimestamp without time zoneYESCURRENT_TIMESTAMPTimestamp of when the OAuth link was first created.
uol_updated_atoauth_updated_attimestamp without time zoneYESCURRENT_TIMESTAMPTimestamp of the last login or token refresh.

Relationships

Outgoing foreign keys

No outgoing foreign keys found.

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_user_oauth_loginsuol_login_id

Indexes

No indexes detected.