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