MCPcopy Index your code
hub / github.com/fastapi-users/fastapi-users / write_token

Method write_token

tests/conftest.py:526–527  ·  view source on GitHub ↗
(self, user: UserModel)

Source from the content-addressed store, hash-verified

524 return None
525
526 async def write_token(self, user: UserModel) -> str:
527 return str(user.id)
528
529 async def destroy_token(self, token: str, user: UserModel) -> None:
530 return None

Callers 3

test_write_tokenFunction · 0.45
test_write_tokenFunction · 0.45
test_write_tokenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected