com.atproto.temp.dereferenceScope

Allows finding the oauth permission scope from a reference

class atproto_client.models.com.atproto.temp.dereference_scope.Params

Bases: ParamsModelBase

Parameters 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: ResponseModelBase

Output data model for com.atproto.temp.dereferenceScope.

field scope: str [Required]

The full oauth permission scope.