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

Struct DIDDoc

bluesky/auth.go:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type DIDDoc struct {
16 // yes i know this isn't all of the fields, but it's good enuff
17 Service []struct {
18 ID string `json:"id"`
19 Type string `json:"type"`
20 ServiceEndpoint string `json:"serviceEndpoint"`
21 } `json:"service"`
22}
23
24func Authenticate(username, password string) (*AuthResponse, *string, error) {
25 _, userPDS, err := GetUserAuthData(username)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected