RemoveAuthentication (HttpRequest subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span>
{{Template:HTTPRequest:RemoveAuthentication subtitle}}
[[Category:HTTPRequest methods|RemoveAuthentication subroutine]]


This [[Notation conventions for methods#Callable methods|callable]] method lets you clear the
This [[Notation conventions for methods#Callable methods|callable]] method lets you clear the
authentication values created with <var>[[SetAuthentication (HTTPRequest subroutine)|SetAuthentication]]</var>.
authentication values created with <var>[[SetAuthentication (HTTPRequest subroutine)|SetAuthentication]]</var>.
==Syntax==
==Syntax==
<p class="syntax">%httpreq:RemoveAuthentication
{{Template:HTTPRequest:RemoveAuthentication syntax}}
</p>
 
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 14: Line 11:


</td></tr></table>
</td></tr></table>
==See also==
{{Template:HTTPRequest:RemoveAuthentication footer}}

Revision as of 18:26, 15 June 2011

Template:HTTPRequest:RemoveAuthentication subtitle

This callable method lets you clear the authentication values created with SetAuthentication.

Syntax

Template:HTTPRequest:RemoveAuthentication syntax

Syntax terms

%httpreq A previously defined and instantiated HTTPRequest object.

See also

Template:HTTPRequest:RemoveAuthentication footer