SerenAI

Pay Per Call Agentic Commerce

AuthProvider

OAuth provider enum matching PostgreSQL enum

Properties

string
View JSON Schema
{
  "type": "string",
  "description": "OAuth provider enum matching PostgreSQL enum",
  "enum": [
    "google",
    "github",
    "microsoft",
    "apple"
  ]
}