# `Relyra.LiveAdmin.ScopeProvider`
[🔗](https://github.com/szTheory/relyra/blob/v1.1.0/lib/relyra/live_admin/scope_provider.ex#L1)

Host callback contract for resolving admin actor and organization scope.

# `resolve_admin_scope`

```elixir
@callback resolve_admin_scope(session :: map(), params :: map(), opts :: keyword()) ::
  {:ok, Relyra.LiveAdmin.Scope.t()}
  | {:error, :unauthenticated | :forbidden | :not_found}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
