I implemented EF for identity server following this link https://github.com/IdentityServer/IdentityServer4.EntityFramework
I see many tables/entities but not even single table for tokens. https://github.com/IdentityServer/IdentityServer4.EntityFramework/tree/dev/src/IdentityServer4.EntityFramework/Entities
Is it correct behavior for production? How can I get token in database or it is not needed even on production?
Thanks