Create OAuth authentication header using the HMACSHA1 signature method.
public static string CreateHmacSha1AuthorizationHeaderValue(Uri uri, string httpMethod,
string consumerToken, string consumerSecret, INonceCreator? nonceCreator = null,
ISystemTime? systemTime = null)
Create OAuth authentication header using the HMACSHA1 signature method.
public static string CreateHmacSha1AuthorizationHeaderValue(Uri uri, string httpMethod,
string consumerToken, string consumerSecret, string callback,
INonceCreator? nonceCreator = null, ISystemTime? systemTime = null)
Create OAuth authentication header using the HMACSHA1 signature method.
public static string CreateHmacSha1AuthorizationHeaderValue(Uri uri, string httpMethod,
string consumerToken, string consumerSecret, string accessToken, string accessSecret,
INonceCreator? nonceCreator = null, ISystemTime? systemTime = null)
Create OAuth authentication header using the HMACSHA1 signature method.
public static string CreateHmacSha1AuthorizationHeaderValue(Uri uri, string httpMethod,
string consumerToken, string consumerSecret, string temporaryToken, string temporarySecret,
string verifier, INonceCreator? nonceCreator = null, ISystemTime? systemTime = null)