MCPcopy Create free account
hub / github.com/fastapi-users/fastapi-users / oauth_account1

Function oauth_account1

tests/conftest.py:250–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248
249@pytest.fixture
250def oauth_account1() -> OAuthAccountModel:
251 return OAuthAccountModel(
252 oauth_name="service1",
253 access_token="TOKEN",
254 expires_at=1579000751,
255 account_id="user_oauth1",
256 account_email="king.arthur@camelot.bt",
257 )
258
259
260@pytest.fixture

Callers

nothing calls this directly

Calls 1

OAuthAccountModelClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…