Provider contains configuration of a PAM authentication provider.
| 8 | |
| 9 | // Provider contains configuration of a PAM authentication provider. |
| 10 | type Provider struct { |
| 11 | config *Config |
| 12 | } |
| 13 | |
| 14 | // NewProvider creates a new PAM authentication provider. |
| 15 | func NewProvider(cfg *Config) auth.Provider { |
nothing calls this directly
no outgoing calls
no test coverage detected