MCPcopy Index your code
hub / github.com/fastapi-users/fastapi-users / UserOAuthModel

Class UserOAuthModel

tests/conftest.py:61–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60@dataclasses.dataclass
61class UserOAuthModel(UserModel):
62 oauth_accounts: list[OAuthAccountModel] = dataclasses.field(default_factory=list)
63
64
65class User(schemas.BaseUser[IDType]):

Callers 6

user_oauthFunction · 0.85
inactive_user_oauthFunction · 0.85
verified_user_oauthFunction · 0.85
superuser_oauthFunction · 0.85
verified_superuser_oauthFunction · 0.85
createMethod · 0.85

Calls

no outgoing calls

Tested by 6

user_oauthFunction · 0.68
inactive_user_oauthFunction · 0.68
verified_user_oauthFunction · 0.68
superuser_oauthFunction · 0.68
verified_superuser_oauthFunction · 0.68
createMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…