Module yup_oauth2::authorized_user
source · [−]Expand description
This module provides a token source (GetToken
) that obtains tokens using user credentials
for use by software (i.e., non-human actors) to get access to Google services.
Resources:
Structs
AuthorizedUserFlow can fetch oauth tokens using an authorized user secret.
JSON schema of authorized user secret. You can obtain it by
running on the client: gcloud auth application-default login
.