Skip to main content

Sign In By Email/Phone/Username

POST 

/auth/v1/signin

Error handling: invalid_password: Password is incorrect user_pending: User not activated user_blocked: User disabled invalid_argument: Parameter is incorrect. Please check whether the SDK parameters are insufficient or invalid. permission_denied: The client id lacks permission for the 'user' scope invalid_status: The user has entered incorrect passwords too many times. Please try again later. not_found: User does not exist invalid_status: Password entry frequency limit exceeded phone_required: User needs to complete login via SMS verification code captcha_required: Captcha integration required

Request

Body

required
    username string
    password password Password (string)
    verification_token Login via SMS verification code: Verification TOKEN (string)
    provider_token Bind third-party account during login (string)
    public_key_thumbprint For data encryption (string)
    params Encrypted data (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...