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

Function oauth_account3

tests/conftest.py:272–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270
271@pytest.fixture
272def oauth_account3() -> OAuthAccountModel:
273 return OAuthAccountModel(
274 oauth_name="service3",
275 access_token="TOKEN",
276 expires_at=1579000751,
277 account_id="inactive_user_oauth1",
278 account_email="percival@camelot.bt",
279 )
280
281
282@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…