createObtainRequestTokenHeader

fun createObtainRequestTokenHeader(    callback: String,     consumerKey: String,     nonce: String,     timestamp: LocalDateTime = LocalDateTime.now()): HttpAuthHeader.Parameterized

Deprecated (with error)

This is going to become internal. Please file a ticket and clarify, why do you need it.

Creates an HTTP authentication header for OAuth1a obtain token request.