The credential type to exchange for an access token.
示例值:
client_credentials
ignoreCache
string
必需
A new token is issued ignoring the previously issued and still not expired token.
示例值:
true
return_authn_schemes
string
必需
Lists user authentication options and returns a first-party access token to authenticate an end user. Valid for all grant types except the authzcode authorization code, which indicates that the user is already authenticated.
示例值:
true
return_client_metadata
string
必需
Lists client metadata attributes. Valid for all grant types.
示例值:
true
return_unconsented_scopes
string
必需
Lists unconsented scopes between the user and client. Valid for all grant types except client_credentials.