Google Home Authorization Code and Authentication with Google Account
问题 I am currently attempting to authenticate a Google account with a Google Home Action and retrieve the Authorization Code from the credentials. I do not want the access token, but the authorization code . I have looked at this post and discovered that Google has updated their policy and no longer allow their own OAuth endpoints to be used for the account linking authorization code flow: When implementing account linking using OAuth, you must own your OAuth endpoint That being said, What is the