I made an authorization in my application through vk, open api https://vk.com/dev/openapi I need to get the user's email, indicated in the scope the bit mask to receive email, and indeed, when authorizing, the user is asked for the right to provide email, but I do not receive it in the session data (on the screen I see the data that I receive). Is it possible to somehow get the user's email when logging in via openapi on the client? enter image description here

    0