您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

oauth_service.py 229B

1234567
  1. from core.plugin.impl.base import BasePluginClient
  2. class OAuthService(BasePluginClient):
  3. @classmethod
  4. def get_authorization_url(cls, tenant_id: str, user_id: str, provider_name: str) -> str:
  5. return "1234567890"