Documentation

{
    "volatile": {
        "description": "Will this object automatically be deleted if it remains empty?",
        "readonly": "No"
    },
    "token": {
        "description": "Server-Side token identifier",
        "readonly": "Yes"
    },
    "nonce": {
        "description": "Client-side nonce identifier",
        "readonly": "Yes"
    },
    "hidden": {
        "description": "If hidden, the token cannot be used directly.",
        "readonly": "No"
    },
    "expiration_date": {
        "description": "Expiration date for the auth token",
        "readonly": "No"
    },
    "usage_expiration_time": {
        "description": "Expiration time per session",
        "readonly": "No"
    },
    "session_limit": {
        "description": "Maximal number of sessions",
        "readonly": "No"
    },
    "grants": {
        "description": "Permissions this tokens grants",
        "readonly": "No"
    }
}