Documentation
¶
Index ¶
- type NOPIdP
- func (s NOPIdP) AddUser(ctx context.Context, profile idp.UserProfile) (string, error)
- func (s NOPIdP) GetLogoutURL(ctx context.Context) (string, error)
- func (s NOPIdP) RemoveUser(ctx context.Context, userID string) error
- func (s NOPIdP) ResendInviteEmail(ctx context.Context, userID string) error
- func (s NOPIdP) UpdateUser(ctx context.Context, profile idp.UserProfile) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NOPIdP ¶
type NOPIdP struct{}
NOPIdP is an IdP service provider that does nothing (no-op). This is most useful for testing.
func (NOPIdP) ResendInviteEmail ¶
func (NOPIdP) UpdateUser ¶
Click to show internal directories.
Click to hide internal directories.