跳到主要内容

SignInWithProvider

POST 

/auth/v1/signin/with/provider

通过三方信息进行登录

Request

Body

required
    provider_id string
    provider_token string
    force_disable_sign_up 强制关闭自动注册。默认情况下,这里以服务器配置为准,如果客户端为了平滑升级可以配置为true。 (boolean)
    sync_profile 是否强制从第三方同步昵称等信息 (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...