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

Function oauth_account4

tests/conftest.py:283–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

281
282@pytest.fixture
283def oauth_account4() -> OAuthAccountModel:
284 return OAuthAccountModel(
285 oauth_name="service4",
286 access_token="TOKEN",
287 expires_at=1579000751,
288 account_id="verified_user_oauth1",
289 account_email="lake.lady@camelot.bt",
290 )
291
292
293@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…