DynamicClientRegistrationRequest
redirect_urisuri[]required
Possible values: >= 1, <= 32
client_namestring
Possible values: <= 1024 characters
scopestring
grant_typesstring[]
Possible values: [authorization_code, refresh_token]
response_typesstring[]
token_endpoint_auth_methodstring
Constant value:
noneapplication_typestring
Constant value:
nativesubject_typestring
Constant value:
publicid_token_signed_response_algstring
Constant value:
RS256software_idstring
software_versionstring
property name*any
DynamicClientRegistrationRequest
{
"redirect_uris": [
"string"
],
"client_name": "string",
"scope": "string",
"grant_types": [
"authorization_code"
],
"response_types": [
"code"
],
"token_endpoint_auth_method": "none",
"application_type": "native",
"subject_type": "public",
"id_token_signed_response_alg": "RS256",
"software_id": "string",
"software_version": "string"
}