Attributes

Id id; The SObject Id of the client.
String client_id; The client_id used in oAuth2 requests/
String client_name; The name used during registration
String[] contacts; A list of contact email addresses
String[] redirect_uris; The list of whitelisted redirect_uris
String application_type; The application type web or native
String subject_type; The subject type assigned to the client. Only public is supported.
String client_uri; The URL registered as the homepage of the client
String policy_uri;
String tos_uri;
String logo_uri;
String[] response_types; List of response_types whitelisted for the client
String[] scopes; The list of scopes assigned to the client;