Versions in this module Expand all Collapse all v1 v1.7.0 Oct 22, 2019 Changes in this version + type PasswordAuthenticator struct + func NewPublic(oktaDomain string, logger log.Logger) (*PasswordAuthenticator, error) + func (pa *PasswordAuthenticator) PasswordAuthenticate(username string, password []byte) (bool, error) + func (pa *PasswordAuthenticator) UpdateStorage(storage simplestorage.SimpleStore) error