Skip to Content
DocumentationAPI ReferenceBusiness APIModelsVendor O Auth Client With Secret Response

VendorOAuthClientWithSecretResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the OAuth client.[default to null]
client_idStringThe client ID used for OAuth authentication.[default to null]
client_nameStringDisplay name of the client application.[default to null]
redirect_urisListList of allowed redirect URIs.[default to null]
grant_typesListList of allowed grant types (e.g., “authorization_code”, “client_credentials”).[default to null]
response_typesListList of response types (e.g., “code”, “token”).[default to null]
logo_uriStringOptional URI to the client’s logo.[optional] [default to null]
client_uriStringOptional URI to the client’s website.[optional] [default to null]
policy_uriStringOptional URI to the client’s privacy policy.[optional] [default to null]
tos_uriStringOptional URI to the client’s terms of service.[optional] [default to null]
scopeStringThe scope of access granted to this client.[default to null]
revokedBooleanWhether the client has been revoked.[default to null]
whitelisted_ipsListOptional list of whitelisted IP addresses.[optional] [default to null]
created_atDateTimestamp when the client was created.[default to null]
updated_atDateTimestamp when the client was last updated.[default to null]
client_secretStringThe client secret (only provided once during creation).[default to null]

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