Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.26 KB

ApiKeyOutput.md

File metadata and controls

14 lines (9 loc) · 1.26 KB

ApiKeyOutput

Properties

Name Type Description Notes
expires_in int Time in seconds after which the JWT token created for users expires.<br><br><b>Endpoints</b>:<ul><li>GET /auth/apiKey</li><li>POST /auth/apiKey</li></ul> [optional]
created_date str The date on which the apiKey was created for the customer.<br><br><b>Endpoints</b>:<ul><li>GET /auth/apiKey</li><li>POST /auth/apiKey</li></ul> [optional]
public_key str Public key uploaded by the customer while generating ApiKey.<br><br><b>Endpoints</b>:<ul><li>GET /auth/apiKey</li><li>POST /auth/apiKey</li></ul> [optional]
key str ApiKey or the issuer key used to generate the JWT token for authentication.<br><br><b>Endpoints</b>:<ul><li>GET /auth/apiKey</li><li>POST /auth/apiKey</li></ul> [optional]

[Back to Model list] [Back to API list] [Back to README]