Lines Matching +full:additional +full:- +full:args
7 # http://www.apache.org/licenses/LICENSE-2.0
79 Args:
82 header (Mapping[str, str]): Additional JWT header payload.
108 _helpers.unpadded_urlsafe_b64encode(json.dumps(header).encode("utf-8")),
109 _helpers.unpadded_urlsafe_b64encode(json.dumps(payload).encode("utf-8")),
123 return json.loads(section_bytes.decode("utf-8"))
132 Args:
165 Args:
179 Args:
198 earliest = iat - clock_skew_in_seconds
218 Args:
320 'service-account.json',
334 'service-account.json',
343 issuer='your-issuer',
344 subject='your-subject',
366 Args:
372 additional_claims (Mapping[str, str]): Any additional claims for
397 Args:
400 kwargs: Additional arguments to pass to the constructor.
416 Args:
419 kwargs: Additional arguments to pass to the constructor.
435 Args:
437 kwargs: Additional arguments to pass to the constructor.
465 Args:
470 kwargs: Additional arguments to pass to the constructor.
484 Args:
491 additional_claims (Mapping[str, str]): Any additional claims for
493 additional claims.
549 Args:
552 # pylint: disable=unused-argument
574 """On-demand JWT credentials.
578 construction time. Instead, it will generate a new token on-demand for
602 Args:
606 additional_claims (Mapping[str, str]): Any additional claims for
634 Args:
637 kwargs: Additional arguments to pass to the constructor.
653 Args:
656 kwargs: Additional arguments to pass to the constructor.
672 Args:
674 kwargs: Additional arguments to pass to the constructor.
700 Args:
703 kwargs: Additional arguments to pass to the constructor.
715 Args:
720 additional_claims (Mapping[str, str]): Any additional claims for
722 additional claims.
763 Args:
790 If there is already an existing, non-expired token in the cache for
794 Args:
812 Args:
818 # pylint: disable=unused-argument
825 """Performs credential-specific before request logic.
827 Args:
835 # pylint: disable=unused-argument