airflow.providers.google.common.auth_backend.google_openid

Authentication backend that use Google credentials for authorization.

Module Contents

Functions

create_client_session()

Create a HTTP authorized client.

init_app(_)

Initializes authentication.

requires_authentication(function)

Decorator for functions that require authentication.

Attributes

log

AUDIENCE

T

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.

Was this entry helpful?