LassoScript Utility
Basics Browse Detail

[Client_Authorization]

Tag Link [Client_Authorization] Category Client
Type Substitution Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

[Client_Authorization] returns a map that describes the current Web browser authentication method that is being used. The map always contains a Type member which is either Basic or Digest.

If the type is Digest then the map will also contains values for User, Nonce, URI, Realm, Method, and Response.

Syntax

[Client_Authorization]

[Client_Authorization->(Find: 'Type')]

[Client_Authorization->(Find: 'Nonce')]

Parameters

No Parameters Required.

Examples

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