MCPcopy
hub / github.com/AgentOps-AI/agentops / RedirectMessageResponse

Class RedirectMessageResponse

app/api/agentops/auth/schemas.py:32–37  ·  view source on GitHub ↗

Response type for redirecting to a specific URL.

Source from the content-addressed store, hash-verified

30
31
32class RedirectMessageResponse(StatusResponse):
33 """
34 Response type for redirecting to a specific URL.
35 """
36
37 url: str
38
39
40class LoginSchema(BaseSchema):

Callers 1

auth_oauthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…