SocialProvider
Update an SocialProvider
PUT
/
auth
/
social-providers
/
{id}
Path Parameters
id
string
requiredBody
application/json
enabled
boolean
useCustomCredentials
boolean
clientId
string | null
clientSecret
string | null
redirectUri
string | null
additionalScopes
any | null
authenticatable
boolean
autoConnectAccounts
boolean
config
any
Response
200 - application/json
id
string
requiredtenantId
string
requiredproviderKey
enum<string>
requiredAvailable options:
google
, github
, gitlab
, apple
, facebook
enabled
boolean
requiredcreatedAt
string
requiredupdatedAt
string
requireduseCustomCredentials
boolean | null
clientId
string | null
redirectUri
string | null
additionalScopes
any
authenticatable
boolean | null
autoConnectAccounts
boolean | null
config
any