Documentation ¶ Index ¶ type Password Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Password ¶ type Password interface { AuthenticatePassword(ctx context.Context, user, password string) (*authenticator.Response, bool, error) } Password checks a username and password against a backing authentication store and returns a Response or an error if the password could not be checked. Source Files ¶ View all Source files interfaces.go Directories ¶ Show internal Expand all Path Synopsis basicauth hash passwordfile Click to show internal directories. Click to hide internal directories.