# `Ltix.DeepLinking.Response`
[🔗](https://github.com/DecoyLex/ltix/blob/main/lib/ltix/deep_linking/response.ex#L1)

Signed JWT and return URL from a Deep Linking response.

Deliver the JWT to the platform by POSTing it to `return_url` as the
`JWT` form parameter via an auto-submitting HTML form.

See the [Deep Linking](deep-linking.md) guide for the full workflow.

# `t`

```elixir
@type t() :: %Ltix.DeepLinking.Response{jwt: String.t(), return_url: String.t()}
```

---

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