Skip to main content

SignInWithProvider

POST 

/auth/v1/signin/with/provider

Login via third-party information

Request

Body

required
    provider_id string
    provider_token string
    force_disable_sign_up Force disable auto-registration. By default, this follows the server configuration. If the client requires a smooth upgrade, it can be set to true. (boolean)
    sync_profile Whether to force synchronization of profile information (e.g., nickname) from third parties (boolean)

Responses

A successful response.

Schema
    token_type string
    access_token string
    refresh_token string
    id_token string
    expires_in int32
    scope string
    sub string
    groups string[]
    need_weda_resource boolean
Loading...