MCPcopy
hub / github.com/segmentio/kafka-go / Next

Method Next

sasl/sasl.go:45–45  ·  view source on GitHub ↗

Next continues challenge-response authentication. A non-nil error indicates that the client should abort the authentication attempt. If the client has been successfully authenticated, then the done return value will be true.

(ctx context.Context, challenge []byte)

Source from the content-addressed store, hash-verified

43 // the client has been successfully authenticated, then the done return
44 // value will be true.
45 Next(ctx context.Context, challenge []byte) (done bool, response []byte, err error)
46}
47
48// Metadata contains additional data for performing SASL authentication.

Callers 4

authenticateSASLMethod · 0.65
authenticateSASLFunction · 0.65
runMethod · 0.65
TestConsumerGroupFunction · 0.65

Implementers 5

ConsumerGroupconsumergroup.go
sessionsasl/scram/scram.go
Mechanismsasl/aws_msk_iam_v2/msk_iam.go
Mechanismsasl/aws_msk_iam/msk_iam.go
Mechanismsasl/plain/plain.go

Calls

no outgoing calls

Tested by 1

TestConsumerGroupFunction · 0.52