Skip to main content

OAuthConfigDto

OAuth 2.0 configuration from plugin manifest

authorizationUrlstringrequired

OAuth 2.0 authorization endpoint URL

pkcebooleanrequired

Whether to use PKCE (Proof Key for Code Exchange)

scopesstring[]

Required OAuth scopes

tokenUrlstringrequired

OAuth 2.0 token endpoint URL

userInfoUrlstring | nullnullable

Optional user info endpoint URL

OAuthConfigDto
{
"authorizationUrl": "string",
"pkce": true,
"scopes": [
"string"
],
"tokenUrl": "string",
"userInfoUrl": "string"
}