# `ASM.RuntimeAuth.ProviderAccountIdentity`
[🔗](https://github.com/nshkrdotcom/agent_session_manager/blob/v0.10.0/lib/asm/runtime_auth.ex#L424)

Redacted provider account evidence, distinct from connector identity.

# `t`

```elixir
@type t() :: %ASM.RuntimeAuth.ProviderAccountIdentity{
  evidence: map(),
  identity_status: atom(),
  provider: atom(),
  redacted?: boolean(),
  ref: String.t()
}
```

---

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