{ "@context": { "@version": 1.1, "xsd": "http://www.w3.org/2001/XMLSchema#", "schema": "https://schema.org/", "type": { "@id": "schema:type", "@type": "xsd:string" }, "username": { "@id": "schema:username", "@type": "xsd:string" }, "application_name": { "@id": "schema:application_name", "@type": "xsd:string" }, "client_id": { "@id": "schema:client_id", "@type": "xsd:string" }, "token_type": { "@id": "schema:token_type", "@type": "xsd:string" }, "access_token": { "@id": "schema:access_token", "@type": "xsd:string" }, "expires_in": { "@id": "schema:expires_in", "@type": "xsd:integer" }, "state": { "@id": "schema:state", "@type": "xsd:string" }, "scope": { "@id": "schema:scope", "@type": "xsd:string" }, "error": { "@id": "schema:error", "@type": "xsd:string" }, "error_description": { "@id": "schema:error_description", "@type": "xsd:string" }, "code": { "@id": "schema:code", "@type": "xsd:integer" }, "title": { "@id": "schema:title", "@type": "xsd:string" } } }