RemoveAuthentication (HttpRequest subroutine): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (match syntax table to syntax template, tags and edits) |
||
Line 1: | Line 1: | ||
{{Template:HttpRequest:RemoveAuthentication subtitle}} | {{Template:HttpRequest:RemoveAuthentication subtitle}} | ||
The <var></var> [[Notation conventions for methods#Callable methods|callable]] method lets you clear the authentication values created with <var>[[SetAuthentication (HttpRequest subroutine)|SetAuthentication]]</var>. | |||
==Syntax== | ==Syntax== | ||
{{Template:HttpRequest:RemoveAuthentication syntax}} | {{Template:HttpRequest:RemoveAuthentication syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th> | <tr><th>httpRequest</th> | ||
<td>A previously defined and instantiated <var>HttpRequest</var> object. | <td>A previously defined and instantiated <var>HttpRequest</var> object.</td></tr> | ||
</table> | |||
==See also== | ==See also== | ||
{{Template:HttpRequest:RemoveAuthentication footer}} | {{Template:HttpRequest:RemoveAuthentication footer}} |
Revision as of 04:24, 19 June 2011
Clear existing username/password credentials (HttpRequest class)
The callable method lets you clear the authentication values created with SetAuthentication.
Syntax
httpRequest:RemoveAuthentication
Syntax terms
httpRequest | A previously defined and instantiated HttpRequest object. |
---|