RemoveAuthentication (HttpRequest subroutine): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 1: | Line 1: | ||
{{Template:HTTPRequest:RemoveAuthentication subtitle}} | |||
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== | ||
{{Template:HTTPRequest:RemoveAuthentication syntax}} | |||
===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. |
---|