Lines Matching +full:additional +full:- +full:args
7 # http://www.apache.org/licenses/LICENSE-2.0
22 Service accounts are used for server-to-server communication, such as
36 `domain-wide delegation`_ authority to access user data on behalf of users in
54 Domain-wide delegation
55 ----------------------
57 Domain-wide delegation allows a service account to access user data on
64 do this. This authorization step is referred to as "delegating domain-wide
67 You can use domain-wise delegation by creating a set of credentials with a
96 'service-account.json')
105 specify additional scopes and a subject if necessary::
108 'service-account.json',
121 credentials = credentials.with_quota_project('myproject-123')
138 Args:
141 scopes (Sequence[str]): User-defined scopes to request during the
144 Google client library. Use 'scopes' for user-defined scopes.
146 subject (str): For domain-wide delegation, the email address of the
152 additional_claims (Mapping[str, str]): Any additional claims for
186 Args:
189 kwargs: Additional arguments to pass to the constructor.
209 Args:
212 kwargs: Additional arguments to pass to the constructor.
230 Args:
232 kwargs: Additional arguments to pass to the constructor.
280 Args:
303 Args:
326 Args:
327 additional_claims (Mapping[str, str]): Any additional claims for
329 additional claims.
392 # The subject can be a user email for domain-wide delegation.
417 """Create a self-signed JWT from the credentials if requirements are met.
419 Args:
459 """Open ID Connect ID Token-based service account credentials.
473 'service-account.json'))
485 specify additional scopes and a subject if necessary::
489 'service-account.json',
513 Args:
520 additional_claims (Mapping[str, str]): Any additional claims for
545 Args:
548 kwargs: Additional arguments to pass to the constructor.
564 Args:
567 kwargs: Additional arguments to pass to the constructor.
585 Args:
587 kwargs: Additional arguments to pass to the constructor.
602 Args: