app.bsky.graph.verification
Record declaring a verification relationship between two accounts. Verifications are only considered valid by an app if issued by an account the app considers trusted.
- class atproto_client.models.app.bsky.graph.verification.Record
Bases:
RecordModelBaseRecord model for
app.bsky.graph.verification.- field created_at: DateTime [Required]
Date of when the verification was created.
- field display_name: str [Required]
Display name of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current displayName matches the one at the time of verifying.
- field handle: Handle [Required]
Handle of the subject the verification applies to at the moment of verifying, which might not be the same at the time of viewing. The verification is only valid if the current handle matches the one at the time of verifying.
- field subject: Did [Required]
DID of the subject the verification applies to.
- class atproto_client.models.app.bsky.graph.verification.GetRecordResponse
Bases:
SugarResponseModelBaseGet record response for
models.AppBskyGraphVerification.Record.- field uri: str [Required]
The URI of the record.
- field value: models.AppBskyGraphVerification.Record [Required]
The record.
- class atproto_client.models.app.bsky.graph.verification.ListRecordsResponse
Bases:
SugarResponseModelBaseList records response for
models.AppBskyGraphVerification.Record.- field records: Dict[str, models.AppBskyGraphVerification.Record] [Required]
Map of URIs to records.
- class atproto_client.models.app.bsky.graph.verification.CreateRecordResponse
Bases:
SugarResponseModelBaseCreate record response for
models.AppBskyGraphVerification.Record.- field cid: str [Required]
The CID of the record.
- field uri: str [Required]
The URI of the record.