Get google contacts without login the user

How to get google contacts without login the user to google account,just using authentication.

I can do loginWithGoogle and get the accesstoken and amake api calls to google api,

but In this case it stores the login information in DB and login the user, I don’t want this behaviour.

I just want to open a login window and authenticate the user and get contacts that’s it.

Is there any ways to do this?