nonce-already-used? ( assoc -- ? )


Vocabulary
mediawiki.api.private

Inputs
assocan object


Outputs
?an object


Definition


: nonce-already-used? ( assoc -- ? )
"error" of
[ "code" of "mwoauth-invalid-authorization" = ]
[ "info" of "Nonce already used" subseq-of? ] bi and ;