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

airflow.providers.amazon.aws.auth_manager.routes.login

Attributes

log

login_router

Functions

login(request)

Initiate the authentication.

login_token(request)

Initiate the authentication to create a token.

login_callback(request)

Authenticate the user.

Module Contents

airflow.providers.amazon.aws.auth_manager.routes.login.log[source]
airflow.providers.amazon.aws.auth_manager.routes.login.login_router[source]
airflow.providers.amazon.aws.auth_manager.routes.login.login(request)[source]

Initiate the authentication.

airflow.providers.amazon.aws.auth_manager.routes.login.login_token(request)[source]

Initiate the authentication to create a token.

airflow.providers.amazon.aws.auth_manager.routes.login.login_callback(request)[source]

Authenticate the user.

Was this entry helpful?