Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IDPManager ¶
type IDPManager struct {
// contains filtered or unexported fields
}
func NewIDPManager ¶
func NewIDPManager(userSvc *user.UserService) *IDPManager
func (*IDPManager) FindById ¶
func (m *IDPManager) FindById(ctx context.Context, id string) (IDProvider, error)
type IDProvider ¶
type PasswdIDP ¶
type PasswdIDP struct {
// contains filtered or unexported fields
}
func NewPasswdIDP ¶
func NewPasswdIDP(userSvc *user.UserService) *PasswdIDP
Click to show internal directories.
Click to hide internal directories.