Ltix.DeepLinking.Response (Ltix v0.1.0)

Copy Markdown View Source

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 guide for the full workflow.

Summary

Types

t()

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