LassoScript Utility
Basics Browse Detail

[Email_DigestChallenge]

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

Description

[Email_DigestChallenge] 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 byte stream containing a digest challenge from a remote server.

The tag returns a map containing elements extracted from the digest challenge including realm, nonce, qop, stale, maxbuf, charset, algorithm, and cipher.

Syntax

Var: 'digest' = (Email_DigestChallenge: $challenge);

Parameters

Required Parameters
Authorization A string containing the digest challenge from the remote server.

Examples

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