com.atproto.temp.dereferenceScope
Allows finding the oauth permission scope from a reference
- class atproto_client.models.com.atproto.temp.dereference_scope.Params
Bases:
ParamsModelBaseParameters model for
com.atproto.temp.dereferenceScope.- field scope: str [Required]
The scope reference (starts with βref:β).
- class atproto_client.models.com.atproto.temp.dereference_scope.ParamsDict
Bases:
TypedDict- scope: str
The scope reference (starts with βref:β).
- class atproto_client.models.com.atproto.temp.dereference_scope.Response
Bases:
ResponseModelBaseOutput data model for
com.atproto.temp.dereferenceScope.- field scope: str [Required]
The full oauth permission scope.