Hi Anju,
Security Verify Access does not store the date the consent was given. The associated tables in the HVDB are:
COPY public.oauth_trusted_client (trusted_client_id, username, client_id) FROM stdin;
532a54fd-edc6-407a-9783-6c7f172ffce2 iuser my_client_id
--
-- Data for Name: oauth_scope; Type: TABLE DATA; Schema: public; Owner: www-data
--
COPY public.oauth_scope (trusted_client_id, scope) FROM stdin;
532a54fd-edc6-407a-9783-6c7f172ffce2 openid
532a54fd-edc6-407a-9783-6c7f172ffce2 ScopeA
These are populated when "Prompt once and remember" is used.
------------------------------
Nick
IBM Security Verify Customer Support
------------------------------