I am writing a node server where I am using the Google Project and Service account to manage Users in that G-Suite Account. Since the service account is domain-wide delegated with administrator roles enabled, Is it possible to validate the password of the G-Suite User using its G-Suite User ID? If possible what is the API I should use from my node service with service account? If the above is not directly supported what are the alternative ways I can consider to achieve my use case (Use case is to validate the user credential from backend service). Please help.
Thanks, Srini.