- API that understands authorization requests and provides information that will be required in the next step, such as end-user authentication, and
- API that issues tokens or codes, or returns errors

- A ticket will be expired in 24 hours. Expired tickets will be deleted from Authlete’s database.
- A ticket can only be used once. It will be removed from the database right after /auth/authorization/issue or /auth/authorization/fail API successfully processed a request including the ticket.
- When you use a ticket that has already been used or expired, you will get an error code like below:
- Please note that tickets are designed to be used only between an authorization server and Authlete server; It must thus not be used between an authorization server and user agent, such as web browser, to manage sessions, for example.