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

Function oauth_account2

tests/conftest.py:261–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259
260@pytest.fixture
261def oauth_account2() -> OAuthAccountModel:
262 return OAuthAccountModel(
263 oauth_name="service2",
264 access_token="TOKEN",
265 expires_at=1579000751,
266 account_id="user_oauth2",
267 account_email="king.arthur@camelot.bt",
268 )
269
270
271@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…