RemoveAuthentication (HttpRequest subroutine): Difference between revisions
Jump to navigation
Jump to search
m (match syntax table to syntax template, tags and edits) |
m (1 revision) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Template:HttpRequest:RemoveAuthentication subtitle}} | {{Template:HttpRequest:RemoveAuthentication subtitle}} | ||
The <var></var> [[Notation conventions for methods#Callable | The <var>RemoveAuthentication</var> [[Notation conventions for methods#Callable functions|callable]] method lets you clear the authentication values created with <var>[[SetAuthentication (HttpRequest subroutine)|SetAuthentication]]</var>. | ||
==Syntax== | ==Syntax== |
Latest revision as of 19:40, 14 July 2011
Clear existing username/password credentials (HttpRequest class)
The RemoveAuthentication callable method lets you clear the authentication values created with SetAuthentication.
Syntax
httpRequest:RemoveAuthentication
Syntax terms
httpRequest | A previously defined and instantiated HttpRequest object. |
---|