Skip to main content

匿名登录注册

POST 

/auth/v1/signin/anonymously

同一个设备ID,最多只能注册一个匿名用户

Request

Body

required
    provider_token provider_token 可选使用 provider_token 进行登录 (string)

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...