···2020 config := oauth.NewPublicConfig(
2121 "https://app.example.com/client-metadata.json",
2222 "https://app.example.com/oauth/callback",
2323- []string{"transition:generic"},
2323+ []string{"atproto", "transition:generic"},
2424 )
25252626 // clients are "public" by default, but if they have secure access to a secret attestation key can be "confidential"