Body_oidc-token
grant_typeGrant Type (string)required
code object
anyOf
- string
- null
string
redirect_uri object
anyOf
- string
- null
string
client_id object
anyOf
- string
- null
string
client_secret object
anyOf
- string
- null
string
code_verifier object
anyOf
- string
- null
string
refresh_token object
anyOf
- string
- null
string
Body_oidc-token
{
"grant_type": "string",
"code": "string",
"redirect_uri": "string",
"client_id": "string",
"client_secret": "string",
"code_verifier": "string",
"refresh_token": "string"
}