Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthProvider ¶
type AuthProvider interface { // create new user Create(context.Context, map[string]interface{}) (string, error) // returns id,error // update user Update(context.Context, string, map[string]interface{}) error // get recovery link for user GetRecoveryLink(context.Context, string) (string, error) // delete user Delete(context.Context, string) error }
func NewKratosAuthProvider ¶
func NewKratosAuthProvider(kc *kclient.APIClient) AuthProvider
Click to show internal directories.
Click to hide internal directories.