function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfpsfp 

In User Profile the OAuthConnectedApps Records which object it will refer

Hi All,

 In OAuth Connecated Apps records which object it will refered.

 User-added image

In User Profile that record is added. Please let me know the object name for those OAuth Connected Apps.

Thanks.
Sonam_SFDCSonam_SFDC
The above entry at user level means this user is using the Salesforce Developers Application with is using OAuth to connect with Salesforce.
It gives the last time the user used the application and the ability for the system admin to revoke this user's access to this app
sfpsfp
Hi Sonam,

 Thank you very much for your reply.

 My Questions is that record which Object is refered to in our salesforce? 

 We have used three Connected Apps in our application, depending on connected App Name we will send  HTTP request .

Thanks
Sonam_SFDCSonam_SFDC
Thanks for elaborating on this.

If I now understand the question correctly - you are looking for a way to access this connected app record form your ORG:
http://www.salesforce.com/us/developer/docs/api_meta/Content/meta_connectedapp.htm
sfpsfp
Thanks  for this information,
How to access api_meta content using apex code. Do you have any sample codes please send those detils. 

Thanks
Sonam_SFDCSonam_SFDC
Searched through web and found the following which might prove helpful:
https://github.com/financialforcedev/apex-mdapi