Skip to main content

Device Authorization

POST 

/auth/v1/device/code

Scan QR code to log in https://tools.ietf.org/html/rfc8628

Request

Body

required
    client_id OPTIONAL: Default can be obtained from base auth (string)
    scope OPTIONAL: Permissions. If empty, the default permissions for this client id will be obtained from the backend (string)

Responses

A successful response.

Schema
    device_code string
    user_code string
    expires_in int32
    interval int32
    verification_uri string
    verification_uri_complete string
Loading...