POST /auth/oauth/bind
Link a third-party OAuth account to the current user.
Authentication `bearerAuth` application/json
Request Body
Schema: dto.BindOAuthRequest
| Field | Type | Required | Example | Constraints | Description |
code |
string |
Yes |
|
|
Code |
provider |
string |
Yes |
|
|
Provider |
code_verifier |
string |
No |
|
|
PKCE code verifier |
Referenced Schemas
gitee_com_linmes_authms_micro-services_identity-service_internal_handler_dto.DataResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
object |
No |
|
|
|
message |
string |
No |
|
|
|