interface
AuthUnlockStore
type AuthUnlockStore interface {
ForceUnlock(context.Context, schema.StableID, string) error
}Optional authorized account-lock reset.
ForceUnlockfunc(context.Context, schema.StableID, string) error- The ForceUnlock value.