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

Method Name

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

Name returns the identifier for this SASL mechanism. This string will be passed to the SASL handshake request and much match one of the mechanisms supported by Kafka.

()

Source from the content-addressed store, hash-verified

15 // passed to the SASL handshake request and much match one of the mechanisms
16 // supported by Kafka.
17 Name() string
18
19 // Start begins SASL authentication. It returns an authentication state
20 // machine and "initial response" data (if required by the selected

Callers 4

authenticateSASLMethod · 0.65
authenticateSASLFunction · 0.65
TestSASLFunction · 0.65

Implementers 4

mechanismsasl/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 2

TestSASLFunction · 0.52