()
| 1660 | } |
| 1661 | |
| 1662 | func currentUnixMilli() int64 { |
| 1663 | return time.Now().UnixNano() / int64(time.Millisecond) |
| 1664 | } |
| 1665 | |
| 1666 | // sendAndReceiveSASLOAuth performs the authentication flow as described by KIP-255 |
| 1667 | // https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=75968876 |
no outgoing calls
no test coverage detected