LTIDeepLinkResult# class LTIDeepLinkResult[source]# The result of a LTI launch when an actual deep link is required. type: Literal['deep_link']# Always “deep_link”. deep_link_blob_id: str# The id of the blob that stores the deep link information. auth_token: str# The authentication token you can use to finish the LTI deep link later.