StandardAuthHandler loads the default authenticators
| 26 | |
| 27 | // StandardAuthHandler loads the default authenticators |
| 28 | type StandardAuthHandler struct { |
| 29 | authenticators map[uint8]Authenticator |
| 30 | } |
| 31 | |
| 32 | // NewAuthHandler creates a default auth handler |
| 33 | func NewAuthHandler() AuthHandler { |
nothing calls this directly
no outgoing calls
no test coverage detected