OPENAPI / COMPONENTS / SCHEMAS
OAuth2 Token data structure
OAuth2TokenStructural definition for OAuth2 Token in the Mistral AI API contract.
object6properties
access_tokenstringrequiredaccess token value in the Mistral AI API contract.
expires_atstringexpires at value in the Mistral AI API contract.
expires_instringexpires in value in the Mistral AI API contract.
refresh_tokenstringrefresh token value in the Mistral AI API contract.
scopestringscope value in the Mistral AI API contract.
token_typestringtoken type value in the Mistral AI API contract.