Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
class
UserOAuthModel(UserModel):
62
oauth_accounts: list[OAuthAccountModel] = dataclasses.field(default_factory=list)
63
64
65
class
User(schemas.BaseUser[IDType]):
Callers
6
user_oauth
Function · 0.85
inactive_user_oauth
Function · 0.85
verified_user_oauth
Function · 0.85
superuser_oauth
Function · 0.85
verified_superuser_oauth
Function · 0.85
create
Method · 0.85
Calls
no outgoing calls
Tested by
6
user_oauth
Function · 0.68
inactive_user_oauth
Function · 0.68
verified_user_oauth
Function · 0.68
superuser_oauth
Function · 0.68
verified_superuser_oauth
Function · 0.68
create
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…