{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/04d1d376-5279-378b-9d47-46ed2736de3e","info":{"title":"Cisco Umbrella Token Authorization API","version":"2.0.0","description":"Create Umbrella access tokens.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"http":[]}],"tags":[{"name":"Token"},{"name":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/auth/token-overview.md","uri":"umbrella-api-reference-auth-token-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.umbrella.com/{basePath}","variables":{"basePath":{"default":"auth/v2"}}}],"securitySchemes":{"http":{"type":"http","scheme":"basic"}}},"spec":{"type":"object","properties":{"token_type":{"type":"string","description":"The type of token.","example":"bearer"},"access_token":{"type":"string","description":"The access token.","example":"xxxxxxx"},"expires_in":{"type":"integer","description":"The number of seconds in which the token expires.","example":3600}},"required":["token_type","access_token","expires_in"],"example":{"token_type":"bearer","access_token":"bearer access token","expires_in":3600},"$$ref":"#/components/schemas/Token","title":"Token"}}