Skip to main content

SignInToken Uses Existing sessionid or token for Login

POST 

/auth/v1/signin/token

Error handling: unauthenticated token verification failed (sessionid verification failed) resource_exhausted User requests exceed the frequency limit invalid_client The client does not exist invalid_argument Parameter does not exist permission_denied Insufficient permissions

Request

Body

required
    signin_token string
    provider Optional field. When provider is access_point, use the token of access_point. (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...