Complete the airflow survey & get a free airflow 3 certification!

airflow.providers.fab.auth_manager.api.auth.backend.session

Session authentication backend.

Attributes

CLIENT_AUTH

T

Functions

init_app(_)

Initialize authentication backend.

requires_authentication(function)

Decorate functions that require authentication.

Module Contents

airflow.providers.fab.auth_manager.api.auth.backend.session.CLIENT_AUTH: tuple[str, str] | Any | None = None[source]
airflow.providers.fab.auth_manager.api.auth.backend.session.init_app(_)[source]

Initialize authentication backend.

airflow.providers.fab.auth_manager.api.auth.backend.session.T[source]
airflow.providers.fab.auth_manager.api.auth.backend.session.requires_authentication(function)[source]

Decorate functions that require authentication.

Was this entry helpful?