airflow.providers.google.common.auth_backend.google_openid

Authentication backend that use Google credentials for authorization.

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]
Initializes authentication.
airflow.providers.google.common.auth_backend.google_openid.T[source]
airflow.providers.google.common.auth_backend.google_openid.requires_authentication(function: T)[source]
Decorator for functions that require authentication.

Was this entry helpful?