{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-gov/9ead083ce611c254ac9201d1e76003bd3d4b4b6b/8d90c1c9-c837-3fd0-b490-f53b89fa3aa9","info":{"title":"Cisco Secure Access for Government Token Authorization API","version":"2.0.0","description":"Create Secure Access authentication tokens.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"http":[]}],"tags":[{"name":"Token"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/auth/token-overview.md","uri":"secure-access-api-reference-auth-token-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.secureaccessfed.cisco.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"}}