Token

Definition

Property Type Description
access_token String Access token
token_type String Type
expires_in Number Lifetime (seconds)
scope String Associated scopes (space-separated)

Example

{
    "access_token": "some_value",
    "token_type": "bearer",
    "expires_in": 3600,
    "scope": "read write"
}

results matching ""

    No results matching ""