# `EzAuth.Accounts.Verification`
[🔗](https://github.com/thiagomajesk/ez_auth/blob/v0.1.0/lib/ez_auth/accounts/verification.ex#L1)

# `build_verification`

# `fetch_by_token_query`

Builds a query for fetching a verification by encoded token when it is still valid.

Pass `value` to scope the lookup to a specific identity (the email or phone
the verification was issued for). Required for short codes where the token
alone isn't enough to bind the lookup to one user; long random tokens can
omit it.

---

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