MCPcopy Create free account
hub / github.com/Preloading/TwitterAPIBridge / AuthResponse

Struct AuthResponse

bluesky/blueskyapi.go:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type AuthResponse struct {
21 AccessJwt string `json:"accessJwt"`
22 RefreshJwt string `json:"refreshJwt"`
23 DID string `json:"did"`
24}
25
26type AuthRequest struct {
27 Identifier string `json:"identifier"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected