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

airflow.providers.fab.auth_manager.api_fastapi.routes.login

Attributes

login_router

Functions

create_token(body)

Generate a new API token.

create_token_cli(body)

Generate a new CLI API token.

Module Contents

airflow.providers.fab.auth_manager.api_fastapi.routes.login.login_router[source]
airflow.providers.fab.auth_manager.api_fastapi.routes.login.create_token(body)[source]

Generate a new API token.

airflow.providers.fab.auth_manager.api_fastapi.routes.login.create_token_cli(body)[source]

Generate a new CLI API token.

Was this entry helpful?