跳到主要内容

SignInToken使用已有的sessionid 或 token 进行登录

POST 

/auth/v1/signin/token

错误处理:unauthenticated 提供的token验证失败 (sessionid 验证失败) resource_exhausted 用户请求超过频次限制 invalid_client 客户端不存在 invalid_argument 参数不存在 permission_denied 权限不足

Request

Body

required
    signin_token string
    provider 可选字段, 当 provider 为:access_point 的时候, 使用access_point 的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...