Module yup_oauth2::external_account

source ·
Expand description

This module provides a token source (GetToken) that obtains tokens using workload identity federation for use by software (i.e., non-human actors) to get access to Google services.

Resources:

Structs§

Enums§

  • JSON schema of credential source.
  • JSON schema of URL-sourced credentials’ format. This indicates the format of the URL response. This can be either “text” or “json”. The default should be “text”.