createObtainRequestTokenHeader

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

Creates an HTTP authentication header for OAuth1a obtain token request.