MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / UserData

Class UserData

enterprise/integrations/types.py:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class UserData(BaseModel):
28 # int for GitHub/GitLab numeric user ids; str for providers like Bitbucket
29 # whose user identifier is a UUID. Always pass through ``str()`` at use sites.
30 user_id: int | str
31 username: str
32 keycloak_user_id: str
33
34
35@dataclass

Callers 14

setUpMethod · 0.90
setUpMethod · 0.90
setUpMethod · 0.90
_pr_comment_viewFunction · 0.90
_inline_viewFunction · 0.90
_build_user_dataFunction · 0.90
mock_gitlab_viewFunction · 0.90
_pr_comment_viewFunction · 0.90
_inline_viewFunction · 0.90

Calls

no outgoing calls

Tested by 9

setUpMethod · 0.72
setUpMethod · 0.72
setUpMethod · 0.72
_pr_comment_viewFunction · 0.72
_inline_viewFunction · 0.72
_build_user_dataFunction · 0.72
mock_gitlab_viewFunction · 0.72
_pr_comment_viewFunction · 0.72
_inline_viewFunction · 0.72