oauthSignature

Undocumented in source. Be warned that the author may not have intended to support it.
string
oauthSignature
(
Tok
Rss
)
(
in Tok token
,
string method
,
string url
,
Rss params
)
if (
(
is(Tok : ConsumerToken) ||
)
&&
isInputRange!Rss
&&
isSomeString!(typeof(params.front[0]))
&&
isSomeString!(typeof(params.front[1]))
)

Meta