I am using the DotNetOpenAuth WebConsumer object to make token requests to an OAuth 1.0a Service Provider. I was wondering whether it is possible to use a custom nonce when sending requests to the service and, if so, how I configure the consumer to use the custom nonce generator.
I am using the DotNetOpenAuth WebConsumer object to make token requests to an OAuth
Share
No, I don’t think there’s an extensibility point for customizing the nonce for OAuth 1.0 consumers.