verifyApiRequest

Type: function
Verify a code_data_generic_ApiRequest's OAuth1 signature header, returning a boolean. verifier should be constructed using Oauth1Helper.createVerifier. key and secret are both strings and are mandatory. token, tokenSecret, verifierValue, callback are all Option[String] and are not mandatory.

Body

function(
            verifier,
            apiRequest,
            key,
            secret,
            token,
            tokenSecret,
            verifierValue,
            callback
          )

Classpath

Children