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

Function oauth_account5

tests/conftest.py:294–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292
293@pytest.fixture
294def oauth_account5() -> OAuthAccountModel:
295 return OAuthAccountModel(
296 oauth_name="service5",
297 access_token="TOKEN",
298 expires_at=1579000751,
299 account_id="verified_superuser_oauth1",
300 account_email="the.real.merlin@camelot.bt",
301 )
302
303
304@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…