Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

airflow.providers.google.common.auth_backend.google_openid¶

Authentication backend that use Google credentials for authorization.

Attributes¶

log

AUDIENCE

T

Functions¶

create_client_session()

Create a HTTP authorized client.

init_app(_)

Initialize authentication.

requires_authentication(function)

Act as a Decorator for function that require authentication.

Module Contents¶

airflow.providers.google.common.auth_backend.google_openid.log[source]¶
airflow.providers.google.common.auth_backend.google_openid.AUDIENCE[source]¶
airflow.providers.google.common.auth_backend.google_openid.create_client_session()[source]¶

Create a HTTP authorized client.

airflow.providers.google.common.auth_backend.google_openid.init_app(_)[source]¶

Initialize authentication.

airflow.providers.google.common.auth_backend.google_openid.T[source]¶
airflow.providers.google.common.auth_backend.google_openid.requires_authentication(function)[source]¶

Act as a Decorator for function that require authentication.

Was this entry helpful?