LassoScript Utility
Basics Browse Detail

[Email_DigestResponse]

Tag Link [Email_DigestResponse] Category Email
Type Substitution Source Available Yes
Support Preferred Version 8.5
Change New Data Source Any
Output Type String Security None
Implementation LassoScript Sets Lasso 8.5

Description

[Email_DigestResponse] is a helper tag which is used internally by the POP and SMTP tags in order to process DIGEST-MD5 authentication.

The tag expects a single parameter which is a map containing the elements of the response to a digest challenge from a remote server. The map may contain elements for charset, username, nonce, nc, cnonce, digest-uri, password, realm, and response.

The tag returns a string with the formatted response to the digest challenge.

Syntax

Var: 'response' = (Email_DigestResponse: $digest);

Parameters

Required Parameters
Digest A map containing the digest response elements.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.