prefect.server.api.csrf_token
create_csrf_token
create_csrf_token(db: PrefectDBInterface = Depends(provide_database_interface), client: str = Query(..., description='The client to create a CSRF token for')) -> schemas.core.CsrfToken
Was this page helpful?