Skip to Content
DocumentationAPI ReferenceBusiness APIModelsUpdate Vendor O Auth Client Request

UpdateVendorOAuthClientRequest

Properties

NameTypeDescriptionNotes
client_nameStringUpdated display name of the client application.[optional] [default to null]
redirect_urisListUpdated list of allowed redirect URIs.[optional] [default to null]
grant_typesListUpdated list of allowed grant types.[optional] [default to null]
response_typesListUpdated list of response types.[optional] [default to null]
logo_uriStringUpdated URI to the client’s logo.[optional] [default to null]
client_uriStringUpdated URI to the client’s website.[optional] [default to null]
policy_uriStringUpdated URI to the client’s privacy policy.[optional] [default to null]
tos_uriStringUpdated URI to the client’s terms of service.[optional] [default to null]
scopeStringUpdated scope of access.[optional] [default to null]
whitelisted_ipsListUpdated list of whitelisted IP addresses.[optional] [default to null]
revokedBooleanWhether to revoke the client.[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]