Class AuthProvider (1.15.0)

AuthProvider(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for an authentication provider, including support for JSON Web Token (JWT) <https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32>__.

Attributes

NameDescription
audiences Sequence[str]
The list of JWT `audiences
allowed_issuers Sequence[str]
A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format: ``service-account-name@project-id.iam.gserviceaccount.com``

Inheritance

builtins.object > proto.message.Message > AuthProvider