(challenge string)
| 233 | } |
| 234 | |
| 235 | func (sc *scramClient) Step(challenge string) (response string, err error) { |
| 236 | response, err = sc.ClientConversation.Step(challenge) |
| 237 | return |
| 238 | } |
| 239 | |
| 240 | func (sc *scramClient) Done() bool { |
| 241 | return sc.ClientConversation.Done() |