Google Auth
procedure
- OAuth 2.0 credentials 획득 the Google Developers Console.
- Obtain an access token from the Google Authorization Server.
- Send the access token to an API.
- Refresh the access token, if necessary.
oauth2 mechanism
image from: https://developers.google.com/identity/protocols/OAuth2InstalledApp
참고