OPENAPI / COMPONENTS / SCHEMAS

OAuth2 Token data structure

OAuth2Token

Structural definition for OAuth2 Token in the Mistral AI API contract.

object6properties
access_tokenstringrequired

access token value in the Mistral AI API contract.

expires_atstring

expires at value in the Mistral AI API contract.

expires_instring

expires in value in the Mistral AI API contract.

refresh_tokenstring

refresh token value in the Mistral AI API contract.

scopestring

scope value in the Mistral AI API contract.

token_typestring

token type value in the Mistral AI API contract.