Authentication backend that use Google credentials for authorization.
Module Contents
Attributes
- 
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)[source]
- Decorator for functions that require authentication. -