I want to Login into my custom application that is using the voice user interface.
Explanation: We can link a netflix account with google home, similarly how can I link my custom application which needs to get authenticated before using it. What is the way to allow authentication on your app through voice (provided there is no Account linking but a custom userIds & passwords stored within the database of that application)
Eg: UserId : BPU/12045 Password : 12bpu
Ok Google talk to my App, then google assistant can ask for authentication and maintaining the session (speaking your id password may not be the best way). What is the best way to do that?
AoG supports Account Linking to maintain user sign in and sessions.
You can choose if you just want to support your own user with OAuth, or want to support sign up for new users with voice with Google Sign-In (or both).
Here is an article by Joe Birch explaining account linking setup.