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

airflow.providers.keycloak.auth_manager.user

Classes

KeycloakAuthManagerUser

User model for users managed by Keycloak auth manager.

Module Contents

class airflow.providers.keycloak.auth_manager.user.KeycloakAuthManagerUser(*, user_id, name, access_token, refresh_token)[source]

Bases: airflow.api_fastapi.auth.managers.models.base_user.BaseUser

User model for users managed by Keycloak auth manager.

user_id[source]
name[source]
access_token[source]
refresh_token[source]
get_id()[source]
get_name()[source]

Was this entry helpful?