prefect.server.api.csrf_token
create_csrf_token(db=Depends(provide_database_interface), client=Query(..., description='The client to create a CSRF token for'))
async
Create or update a CSRF token for a client
Source code in src/prefect/server/api/csrf_token.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|