Pydantic model for out data of /token endpointThis schema is specified in OAuth spec, do not change
field name and other info.This is not the data stored in the token, which will be
specified by another model called TokenData
{
"access_token": "string",
"token_type": "string"
}